From ffdb213b69a42643824c7a0a3717fe5069434455 Mon Sep 17 00:00:00 2001 From: RP1 Date: Fri, 20 Dec 2024 22:56:24 +0100 Subject: [PATCH] asd --- rp-os-ae.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rp-os-ae.sh b/rp-os-ae.sh index dfff50d..ddda1b1 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} -sudo useradd -m -G wheel -s /bin/bash "$USER" +sudo usermod -m -G wheel -s /bin/bash "$USER" # Installing packages @@ -50,8 +50,8 @@ Session= 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 userdel -m -G wheel -s /bin/bash "$USER" + sudo cp -a view-app-grid-symbolic.svg /usr/share/icons/Yaru/scalable/actions/ + + reboot \ No newline at end of file