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
|
#!/usr/bin/env bash
|
||||||
|
set -e
|
||||||
# RaveOS Setup Script
|
# RaveOS Setup Script
|
||||||
bold=$(tput bold) # ${bold}
|
bold=$(tput bold) # ${bold}
|
||||||
normal=$(tput sgr0) # ${normal}
|
normal=$(tput sgr0) # ${normal}
|
||||||
|
@ -39,9 +39,7 @@ yellow=$(tput setaf 3) # ${yellow}
|
||||||
cd cosmetics
|
cd cosmetics
|
||||||
wget -O cosmetics.zip https://files.rp1.hu/api/public/dl/R_0cJkKL/
|
wget -O cosmetics.zip https://files.rp1.hu/api/public/dl/R_0cJkKL/
|
||||||
unzip cosmetics.zip
|
unzip cosmetics.zip
|
||||||
sleep 2
|
sudo chown -R $USER:$GROUP /home/$USER/cosmetics/
|
||||||
sudo chown -R $USER:$GROUP cosmetics/
|
|
||||||
sleep 2
|
|
||||||
sudo cp -a gnome-shell /home/$USER/.local/share/
|
sudo cp -a gnome-shell /home/$USER/.local/share/
|
||||||
cp -a burn-my-windows /home/$USER/.config/
|
cp -a burn-my-windows /home/$USER/.config/
|
||||||
sudo cp -a rave-pp.png /usr/share/pixmaps/faces/
|
sudo cp -a rave-pp.png /usr/share/pixmaps/faces/
|
||||||
|
|
Loading…
Reference in a new issue