forked from RP1/RaveOS-arch
set -e removed
This commit is contained in:
parent
1882ece185
commit
a08fabac54
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# RaveOS Setup Script
|
||||
set -e
|
||||
bold=$(tput bold) # ${bold}
|
||||
normal=$(tput sgr0) # ${normal}
|
||||
yellow=$(tput setaf 3) # ${yellow}
|
||||
|
@ -33,6 +32,7 @@ yellow=$(tput setaf 3) # ${yellow}
|
|||
cd cosmetics
|
||||
wget -O cosmetics.zip https://files.rp1.hu/api/public/dl/R_0cJkKL/
|
||||
unzip cosmetics.zip
|
||||
sudo chown -R $USER:$GROUP cosmetics/
|
||||
sudo cp -a gnome-shell /home/$USER/.local/share/
|
||||
cp -a burn-my-windows /home/$USER/.config/
|
||||
cp -a rave-pp.png #ez meg varat magara kell a helye
|
||||
|
|
Loading…
Reference in a new issue