From d9d9a6c6d5a69412b4f5c1fcfc7be632e2b3c977 Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 5 Oct 2017 19:10:28 -0700 Subject: [PATCH] fixing oversights --- user.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/user.sh b/user.sh index 99ceec0..99ee961 100755 --- a/user.sh +++ b/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}" pulseaudio --start -curl -O http://lukesmith.xyz/larbs/aur_install.sh && bash aur.sh -rm aur.sh +#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 printf "${BLUE}Downloading config files...\n${NC}" git clone https://github.com/lukesmithxyz/voidrice.git && rsync -va voidrice/ /home/$USER && rm -rf voidrice