palemoon key added
This commit is contained in:
parent
ed14ae8ae4
commit
bc33437fd0
@ -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)
|
||||
|
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}"
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user