reversion to master
This commit is contained in:
parent
c678e452a1
commit
35c9b2e905
2 changed files with 3 additions and 3 deletions
|
@ -304,7 +304,7 @@ curl https://raw.githubusercontent.com/LukeSmithxyz/larbs/master/src/sudoers_tmp
|
||||||
cd /tmp
|
cd /tmp
|
||||||
blue Changing working directory to /tmp/...
|
blue Changing working directory to /tmp/...
|
||||||
blue Downloading next portion of the script \(larbs_user.sh\)...
|
blue Downloading next portion of the script \(larbs_user.sh\)...
|
||||||
curl https://raw.githubusercontent.com/LukeSmithxyz/larbs/testing/src/larbs_user.sh > /tmp/larbs_user.sh && blue Running larbs_user.sh script as $NAME...
|
curl https://raw.githubusercontent.com/LukeSmithxyz/larbs/master/src/larbs_user.sh > /tmp/larbs_user.sh && blue Running larbs_user.sh script as $NAME...
|
||||||
sudo -u $NAME bash /tmp/larbs_user.sh || red Error when running larbs_user.sh...
|
sudo -u $NAME bash /tmp/larbs_user.sh || red Error when running larbs_user.sh...
|
||||||
rm -f /tmp/larbs_user.sh
|
rm -f /tmp/larbs_user.sh
|
||||||
|
|
||||||
|
|
|
@ -97,9 +97,9 @@ cat << "EOF"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
blue Downloading config files...
|
blue Downloading config files...
|
||||||
git clone -b testing https://github.com/lukesmithxyz/voidrice.git && rsync -va voidrice/ /home/$NAME && rm -rf voidrice
|
git clone https://github.com/lukesmithxyz/voidrice.git && rsync -va voidrice/ /home/$NAME && rm -rf voidrice
|
||||||
|
|
||||||
curl https://raw.githubusercontent.com/LukeSmithxyz/larbs/testing/src/welcome_i3 >> /home/$NAME/.config/i3/config
|
curl https://raw.githubusercontent.com/LukeSmithxyz/larbs/master/src/welcome_i3 >> /home/$NAME/.config/i3/config
|
||||||
|
|
||||||
blue Generating bash/ranger/qutebrowser shortcuts...
|
blue Generating bash/ranger/qutebrowser shortcuts...
|
||||||
bash /home/$NAME/.config/Scripts/shortcuts.sh
|
bash /home/$NAME/.config/Scripts/shortcuts.sh
|
||||||
|
|
Loading…
Reference in a new issue