mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Fix path
This commit is contained in:
@@ -8,6 +8,6 @@ touch ~/.local/state/omarchy/first-run.mode
|
|||||||
sudo tee /etc/sudoers.d/first-run >/dev/null <<EOF
|
sudo tee /etc/sudoers.d/first-run >/dev/null <<EOF
|
||||||
$USER ALL=(ALL) NOPASSWD: /usr/bin/ufw
|
$USER ALL=(ALL) NOPASSWD: /usr/bin/ufw
|
||||||
$USER ALL=(ALL) NOPASSWD: /usr/bin/ufw-docker
|
$USER ALL=(ALL) NOPASSWD: /usr/bin/ufw-docker
|
||||||
$USER ALL=(ALL) NOPASSWD: /bin/rm -f /etc/sudoers.d/first-run
|
$USER ALL=(ALL) NOPASSWD: /bin/rm -f /home/$USER/.local/state/omarchy/first-run.mode
|
||||||
EOF
|
EOF
|
||||||
sudo chmod 440 /etc/sudoers.d/first-run
|
sudo chmod 440 /etc/sudoers.d/first-run
|
||||||
|
|||||||
Reference in New Issue
Block a user