From a46ad6f23aa8b2c3f9851e62a45b6c95bf08cf94 Mon Sep 17 00:00:00 2001 From: Maksim Ivanov <34414986+Ld-Hagen@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:21:53 +0300 Subject: [PATCH] basic support for opera-gx (no autoupdate) --- scripts/fix-opera.sh | 4 ++++ 1 file changed, 4 insertions(+) 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'