This commit is contained in:
RP1 2024-12-20 22:56:24 +01:00
parent fc70934277
commit ffdb213b69

View file

@ -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 cp -a view-app-grid-symbolic.svg /usr/share/icons/Yaru/scalable/actions/
sudo userdel -m -G wheel -s /bin/bash "$USER"
reboot