Added icecat
This commit is contained in:
parent
518b72d940
commit
f6dc2fe7f9
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user