From 0883b15800bed280102bf2eb5ec4d3e8d99e5771 Mon Sep 17 00:00:00 2001 From: kyrbrbik <103336573+kyrbrbik@users.noreply.github.com> Date: Mon, 4 Sep 2023 22:08:17 +0200 Subject: [PATCH] this should be true --- scripts/fix-opera.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fix-opera.sh b/scripts/fix-opera.sh index c427374..ac73b58 100755 --- a/scripts/fix-opera.sh +++ b/scripts/fix-opera.sh @@ -25,7 +25,7 @@ if which pacman > /dev/null; then fi #Config section -readonly FIX_WIDEVINE=false +readonly FIX_WIDEVINE=true readonly TEMP_DIR='/tmp' readonly FFMPEG_SRC_MAIN='https://api.github.com/repos/Ld-Hagen/nwjs-ffmpeg-prebuilt/releases' readonly FFMPEG_SRC_ALT='https://api.github.com/repos/Ld-Hagen/fix-opera-linux-ffmpeg-widevine/releases'