added cleanup

This commit is contained in:
RP1 2024-12-21 20:59:13 +01:00
parent cba8ae41fb
commit b311d80241

View file

@ -1,6 +1,10 @@
#!/usr/bin/env bash
set -e
# RaveOS Setup Script
# Text Colours
bold=$(tput bold) # ${bold}
normal=$(tput sgr0) # ${normal}
yellow=$(tput setaf 3) # ${yellow}
@ -62,5 +66,6 @@ SystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER
set-gdm-theme set Yaru-purple-dark /usr/share/backgrounds/raveos-bg.png
sudo rm /etc/sudoers.d/99*
sudo rm -rf /home/$USER/cosmetics
reboot