AUR browsers

This commit is contained in:
Luke
2017-10-04 15:20:48 -07:00
parent 9c983d59fd
commit cd07bb2058
2 changed files with 18 additions and 2 deletions

15
user.sh
View File

@@ -48,6 +48,21 @@ do
;;
esac
done
browsers=$(cat browch)
for choice in $browsers
do
case $choice in
3)
printf "\n${BLUE}Now installing Palemoon...\n${NC}"
aurcheck palemoon-bin
;;
4)
printf "\n${BLUE}Now installing Waterfox...\n${NC}"
aurcheck waterfox-bin
;;
esac
done
printf "${BLUE}Downloading config files...\n${NC}"
git clone https://github.com/lukesmithxyz/voidrice.git && rsync -va voidrice/ /home/$USER && rm -rf voidrice