added cleanup
This commit is contained in:
parent
cba8ae41fb
commit
b311d80241
1 changed files with 5 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue