From 3877e4bc9e4b44a98d19d5255094841b8f63520e Mon Sep 17 00:00:00 2001
From: RP1 <you@example.com>
Date: Fri, 20 Dec 2024 22:51:11 +0100
Subject: [PATCH] still trying to get rid of password

---
 rp-os-ae.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/rp-os-ae.sh b/rp-os-ae.sh
index db33edc..626e9e6 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}
 
-#echo "Defaults passwd_tries=3, passwd_timeout=60" | sudo tee -a /etc/sudoers
+useradd -m -G wheel -s /bin/bash "$USER"
 
 # Installing packages
 
@@ -51,6 +51,7 @@ Icon=/usr/share/pixmaps/faces/rave-pp.png
 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
-    #sudo sed -i '140d' /etc/sudoers
+    
+    userdel -m -G wheel -s /bin/bash "$USER"
 
     reboot
\ No newline at end of file