further direwolf fixes
This commit is contained in:
2
sudo.sh
2
sudo.sh
@@ -15,7 +15,7 @@ if [ $? -ne 0 ]; then
|
||||
fi
|
||||
|
||||
sudo tee "$SUDOERS_FILE" > /dev/null << EOF
|
||||
$USERNAME ALL=(ALL) NOPASSWD: /usr/bin/pacman, /usr/bin/cp, /usr/bin/systemctl, /usr/sbin/reboot, /usr/sbin/usermod
|
||||
$USERNAME ALL=(ALL) NOPASSWD: /usr/bin/pacman, /usr/bin/cp, /usr/bin/udevadm, /usr/bin/systemctl, /usr/sbin/reboot, /usr/sbin/usermod
|
||||
EOF
|
||||
|
||||
# Verify the file is valid
|
||||
|
||||
Reference in New Issue
Block a user