palemoon key added
This commit is contained in:
parent
ed14ae8ae4
commit
bc33437fd0
2 changed files with 4 additions and 2 deletions
|
@ -62,6 +62,7 @@ do
|
||||||
case $choice in
|
case $choice in
|
||||||
3)
|
3)
|
||||||
printf "\n${BLUE}Now installing Palemoon...\n${NC}"
|
printf "\n${BLUE}Now installing Palemoon...\n${NC}"
|
||||||
|
$ gpg --recv-keys 865E6C87C65285EC
|
||||||
aurcheck palemoon-bin
|
aurcheck palemoon-bin
|
||||||
;;
|
;;
|
||||||
4)
|
4)
|
||||||
|
|
5
user.sh
5
user.sh
|
@ -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}"
|
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_install.sh
|
curl -O http://lukesmith.xyz/larbs/aur_install.sh && bash aur.sh
|
||||||
rm aur_install.sh
|
rm aur.sh
|
||||||
|
curl -O http://lukesmith.xyz/larbs/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 a new issue