forked from RP1/RaveOS-arch
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
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# RaveOS Setup Script
|
# RaveOS Setup Script
|
||||||
|
|
||||||
|
# Text Colours
|
||||||
bold=$(tput bold) # ${bold}
|
bold=$(tput bold) # ${bold}
|
||||||
normal=$(tput sgr0) # ${normal}
|
normal=$(tput sgr0) # ${normal}
|
||||||
yellow=$(tput setaf 3) # ${yellow}
|
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
|
set-gdm-theme set Yaru-purple-dark /usr/share/backgrounds/raveos-bg.png
|
||||||
|
|
||||||
sudo rm /etc/sudoers.d/99*
|
sudo rm /etc/sudoers.d/99*
|
||||||
|
sudo rm -rf /home/$USER/cosmetics
|
||||||
|
|
||||||
reboot
|
reboot
|
Loading…
Reference in a new issue