palemoon key added

This commit is contained in:
Luke 2017-10-05 15:42:46 -07:00
parent ed14ae8ae4
commit bc33437fd0
2 changed files with 4 additions and 2 deletions

View File

@ -62,6 +62,7 @@ do
case $choice in
3)
printf "\n${BLUE}Now installing Palemoon...\n${NC}"
$ gpg --recv-keys 865E6C87C65285EC
aurcheck palemoon-bin
;;
4)

View File

@ -10,8 +10,9 @@ 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_install.sh
rm aur_install.sh
curl -O http://lukesmith.xyz/larbs/aur_install.sh && bash aur.sh
rm aur.sh
curl -O http://lukesmith.xyz/larbs/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