basic support for opera-gx (no autoupdate)

This commit is contained in:
Maksim Ivanov
2026-03-20 17:21:53 +03:00
committed by GitHub
parent dc5682f9a7
commit a46ad6f23a

View File

@@ -49,6 +49,10 @@ if [ -x "$(command -v opera-beta)" ]; then
OPERA_VERSIONS+=("opera-beta") OPERA_VERSIONS+=("opera-beta")
fi fi
if [ -x "$(command -v opera-gx)" ]; then
OPERA_VERSIONS+=("opera-gx")
fi
#Getting download links #Getting download links
printf 'Getting download links...\n' printf 'Getting download links...\n'