forked from RP1/RaveOS-arch
asd
This commit is contained in:
parent
f63f17aca2
commit
15dcd32c41
1 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
# RaveOS Setup Script
|
||||
bold=$(tput bold) # ${bold}
|
||||
normal=$(tput sgr0) # ${normal}
|
||||
|
@ -39,9 +39,7 @@ yellow=$(tput setaf 3) # ${yellow}
|
|||
cd cosmetics
|
||||
wget -O cosmetics.zip https://files.rp1.hu/api/public/dl/R_0cJkKL/
|
||||
unzip cosmetics.zip
|
||||
sleep 2
|
||||
sudo chown -R $USER:$GROUP cosmetics/
|
||||
sleep 2
|
||||
sudo chown -R $USER:$GROUP /home/$USER/cosmetics/
|
||||
sudo cp -a gnome-shell /home/$USER/.local/share/
|
||||
cp -a burn-my-windows /home/$USER/.config/
|
||||
sudo cp -a rave-pp.png /usr/share/pixmaps/faces/
|
||||
|
|
Loading…
Reference in a new issue