Add: 'Web Browser Selection' > 'Helium Browser' has been added

This commit is contained in:
Jane Doe
2025-11-23 01:21:54 +02:00
parent 34b3508266
commit 18c7758122
+7 -2
View File
@@ -2,7 +2,7 @@
# Amelia Installer
# Source: https://gitlab.com/prism7/archery
# Version: 1.0.12
# Version: 1.0.13
set -euo pipefail
###################################################################################################
@@ -2401,7 +2401,9 @@ ${magenta}###${nc}----------------------------------${magenta}[ ${bwhite}Web bro
[7] Opera
[8] Google Chrome "
[8] Google Chrome
[9] Helium Browser "
BLUE "
@@ -2435,6 +2437,9 @@ Enter a number ${bwhite}(empty to skip)${blue}: "
8)
web_aur="google-chrome"
web_name="Google Chrome" ;;
9)
web_aur="helium-browser-bin"
web_name="Helium Browser" ;;
"")
web_pkg=""
web_aur=""