diff --git a/Amelia.sh b/Amelia.sh index d477702..10eda76 100644 --- a/Amelia.sh +++ b/Amelia.sh @@ -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=""