fixing dumb mistake causing recursive bootstrapping
This commit is contained in:
parent
9ca95f61ed
commit
5b60d04477
BIN
.user.sh.swp
Normal file
BIN
.user.sh.swp
Normal file
Binary file not shown.
6
user.sh
6
user.sh
@ -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...
|
blue Activating Pulseaudio if not already active...
|
||||||
pulseaudio --start
|
pulseaudio --start
|
||||||
|
|
||||||
#curl -O http://lukesmith.xyz/larbs/aur_install.sh && bash aur_install.sh
|
curl -O http://lukesmith.xyz/larbs/aur_install.sh && bash aur_install.sh
|
||||||
#rm aur_install.sh
|
rm aur_install.sh
|
||||||
curl -O http://lukesmith.xyz/larbs/install_packages.sh
|
|
||||||
bash install_packages.sh
|
|
||||||
|
|
||||||
blue Downloading config files...
|
blue Downloading config files...
|
||||||
git clone https://github.com/lukesmithxyz/voidrice.git && rsync -va voidrice/ /home/$USER && rm -rf voidrice
|
git clone https://github.com/lukesmithxyz/voidrice.git && rsync -va voidrice/ /home/$USER && rm -rf voidrice
|
||||||
|
Loading…
Reference in New Issue
Block a user