diff --git a/scripts/fix-opera.sh b/scripts/fix-opera.sh index 6fe5dae..6f69c43 100644 --- a/scripts/fix-opera.sh +++ b/scripts/fix-opera.sh @@ -49,6 +49,10 @@ if [ -x "$(command -v opera-beta)" ]; then OPERA_VERSIONS+=("opera-beta") fi +if [ -x "$(command -v opera-gx)" ]; then + OPERA_VERSIONS+=("opera-gx") +fi + #Getting download links printf 'Getting download links...\n'