fixing oversights
This commit is contained in:
parent
d1203def59
commit
d9d9a6c6d5
5
user.sh
5
user.sh
@ -10,9 +10,10 @@ error() { dialog --title "Error!" --msgbox "We've run into a fatal-ish error. Ch
|
|||||||
printf "${BLUE}Activating Pulseaudio if not already active...\n${NC}"
|
printf "${BLUE}Activating Pulseaudio if not already active...\n${NC}"
|
||||||
pulseaudio --start
|
pulseaudio --start
|
||||||
|
|
||||||
curl -O http://lukesmith.xyz/larbs/aur_install.sh && bash aur.sh
|
#curl -O http://lukesmith.xyz/larbs/aur_install.sh && bash aur_install.sh
|
||||||
rm aur.sh
|
#rm aur_install.sh
|
||||||
curl -O http://lukesmith.xyz/larbs/install_packages.sh
|
curl -O http://lukesmith.xyz/larbs/install_packages.sh
|
||||||
|
bash install_packages.sh
|
||||||
|
|
||||||
printf "${BLUE}Downloading config files...\n${NC}"
|
printf "${BLUE}Downloading config files...\n${NC}"
|
||||||
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