diff options
| author | Blake Romero <blake@blkrom.com> | 2024-09-02 03:50:51 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-09-02 03:50:51 +0100 |
| commit | 5b1fccddabf3b2693a35ce72fd7155bc6b2839c2 (patch) | |
| tree | 17fa7716fc30d7ef9863fd49437e7dd07514af9c | |
| parent | c39a1fed34ac2edd198ed1afc5e367e7d2238588 (diff) | |
Remove sv from visudo
| -rwxr-xr-x | install-artix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-artix.sh b/install-artix.sh index 83b27cd..39ea38c 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -296,7 +296,7 @@ artix-chroot /mnt bash -c "echo \"${user}:${password}\" | chpasswd" # Set user privileges echo " -Cmnd_Alias STAT = /usr/bin/sv status,/usr/bin/ufw status +Cmnd_Alias STAT = /usr/bin/ufw status Cmnd_Alias PACMAN = /usr/bin/checkupdates Cmnd_Alias REBOOT = /bin/halt,/bin/reboot Defaults pwfeedback |
