mirror of
https://gitlab.com/prism7/archery.git
synced 2026-04-28 09:27:35 +02:00
Add: 'Web Browser Selection' > 'Helium Browser' has been added
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Amelia Installer
|
# Amelia Installer
|
||||||
# Source: https://gitlab.com/prism7/archery
|
# Source: https://gitlab.com/prism7/archery
|
||||||
# Version: 1.0.12
|
# Version: 1.0.13
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
@@ -2401,7 +2401,9 @@ ${magenta}###${nc}----------------------------------${magenta}[ ${bwhite}Web bro
|
|||||||
|
|
||||||
[7] Opera
|
[7] Opera
|
||||||
|
|
||||||
[8] Google Chrome "
|
[8] Google Chrome
|
||||||
|
|
||||||
|
[9] Helium Browser "
|
||||||
BLUE "
|
BLUE "
|
||||||
|
|
||||||
|
|
||||||
@@ -2435,6 +2437,9 @@ Enter a number ${bwhite}(empty to skip)${blue}: "
|
|||||||
8)
|
8)
|
||||||
web_aur="google-chrome"
|
web_aur="google-chrome"
|
||||||
web_name="Google Chrome" ;;
|
web_name="Google Chrome" ;;
|
||||||
|
9)
|
||||||
|
web_aur="helium-browser-bin"
|
||||||
|
web_name="Helium Browser" ;;
|
||||||
"")
|
"")
|
||||||
web_pkg=""
|
web_pkg=""
|
||||||
web_aur=""
|
web_aur=""
|
||||||
|
|||||||
Reference in New Issue
Block a user