From fc70934277b1ce7fea0f596fe57cac8f59156c09 Mon Sep 17 00:00:00 2001 From: RP1 Date: Fri, 20 Dec 2024 22:53:23 +0100 Subject: [PATCH] sudo --- 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 626e9e6..dfff50d 100644 --- a/rp-os-ae.sh +++ b/rp-os-ae.sh @@ -5,7 +5,7 @@ bold=$(tput bold) # ${bold} normal=$(tput sgr0) # ${normal} yellow=$(tput setaf 3) # ${yellow} -useradd -m -G wheel -s /bin/bash "$USER" +sudo useradd -m -G wheel -s /bin/bash "$USER" # Installing packages @@ -52,6 +52,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/iconsDefaults passwd_tries=3, passwd_timeout=60 - userdel -m -G wheel -s /bin/bash "$USER" + sudo userdel -m -G wheel -s /bin/bash "$USER" reboot \ No newline at end of file