fixing dumb mistake causing recursive bootstrapping

This commit is contained in:
Luke 2017-10-05 22:11:17 -07:00
parent 9ca95f61ed
commit 5b60d04477
2 changed files with 2 additions and 4 deletions

BIN
.user.sh.swp Normal file

Binary file not shown.

View File

@ -10,10 +10,8 @@ error() { dialog --title "Error!" --msgbox "We've run into a fatal-ish error. Ch
blue Activating Pulseaudio if not already active...
pulseaudio --start
#curl -O http://lukesmith.xyz/larbs/aur_install.sh && bash aur_install.sh
#rm aur_install.sh
curl -O http://lukesmith.xyz/larbs/install_packages.sh
bash install_packages.sh
curl -O http://lukesmith.xyz/larbs/aur_install.sh && bash aur_install.sh
rm aur_install.sh
blue Downloading config files...
git clone https://github.com/lukesmithxyz/voidrice.git && rsync -va voidrice/ /home/$USER && rm -rf voidrice