Changed chromium to ungoogled-chromium.

This commit is contained in:
RealStickman 2020-06-19 16:50:01 +00:00
parent c493e43695
commit 518b72d940

View File

@ -37,7 +37,7 @@ done
cmd=(dialog --separate-output --checklist "Select browsers:" 22 76 16) cmd=(dialog --separate-output --checklist "Select browsers:" 22 76 16)
options=(1 "Firefox" on # any option can be set to default to "on" options=(1 "Firefox" on # any option can be set to default to "on"
2 "Chromium" off 2 "Ungoogled-Chromium" off
3 "Palemoon" off 3 "Palemoon" off
4 "Basilisk" off 4 "Basilisk" off
5 "Netsurf" off) 5 "Netsurf" off)
@ -51,8 +51,8 @@ do
echo Installed Firefox echo Installed Firefox
;; ;;
2) 2)
sudo pacman -S --needed chromium sudo pacman -S --needed ungoogled-chromium
echo Installed Chromium echo Installed Ungoogled-Chromium
;; ;;
3) 3)
sudo pacman -S --needed palemoon sudo pacman -S --needed palemoon