From 5b1fccddabf3b2693a35ce72fd7155bc6b2839c2 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Mon, 2 Sep 2024 03:50:51 +0100 Subject: Remove sv from visudo --- install-artix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit