Added icecat

This commit is contained in:
RealStickman 2020-06-20 06:32:35 +00:00
parent 518b72d940
commit f6dc2fe7f9

View File

@ -40,7 +40,8 @@ options=(1 "Firefox" on # any option can be set to default to "on"
2 "Ungoogled-Chromium" off 2 "Ungoogled-Chromium" off
3 "Palemoon" off 3 "Palemoon" off
4 "Basilisk" off 4 "Basilisk" off
5 "Netsurf" off) 5 "Netsurf" off
6 "Icecat" off)
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty) choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
clear clear
for choice in $choices for choice in $choices
@ -66,6 +67,10 @@ do
sudo pacman -S --needed netsurf sudo pacman -S --needed netsurf
echo Installed Netsurf echo Installed Netsurf
;; ;;
6)
sudo yay -S --needed icecat-bin
echo Installed Icecat
;;
esac esac
done done