From f4d32318af0f44ca69904992643f4393bd394efe Mon Sep 17 00:00:00 2001 From: RP1 Date: Fri, 20 Dec 2024 23:08:36 +0100 Subject: [PATCH] asd --- rp-os-ae.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rp-os-ae.sh b/rp-os-ae.sh index e6ebcfe..a0c1b05 100644 --- a/rp-os-ae.sh +++ b/rp-os-ae.sh @@ -6,7 +6,7 @@ normal=$(tput sgr0) # ${normal} yellow=$(tput setaf 3) # ${yellow} sudo usermod -aG wheel "$USER" -sed -i 's/^# %wheel ALL=(ALL:ALL) NOPASSWD: ALL/%wheel ALL=(ALL:ALL) NOPASSWD: ALL/' /etc/sudoers +sudo sed -i 's/^# %wheel ALL=(ALL:ALL) NOPASSWD: ALL/%wheel ALL=(ALL:ALL) NOPASSWD: ALL/' /etc/sudoers # Installing packages @@ -53,6 +53,6 @@ SystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER sudo cp -a archlinux-logo-text-dark.svg /usr/share/pixmaps/ sudo cp -a view-app-grid-symbolic.svg /usr/share/icons/Yaru/scalable/actions/ - sed -i 's/^%wheel ALL=(ALL:ALL) NOPASSWD: ALL/# %wheel ALL=(ALL:ALL) NOPASSWD: ALL/' /etc/sudoers + sudo sed -i 's/^%wheel ALL=(ALL:ALL) NOPASSWD: ALL/# %wheel ALL=(ALL:ALL) NOPASSWD: ALL/' /etc/sudoers reboot \ No newline at end of file