Compare commits

..

1 Commits

Author SHA1 Message Date
Maksim Ivanov
a46ad6f23a basic support for opera-gx (no autoupdate) 2026-03-20 17:21:53 +03:00

View File

@@ -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'