From 8a988d63afa313ecb6f0b8bab505897cba74e972 Mon Sep 17 00:00:00 2001 From: Ld-Hagen Date: Thu, 16 Sep 2021 20:56:02 +0300 Subject: [PATCH] Using alternative link for ffmpeg --- fix-opera.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fix-opera.sh b/fix-opera.sh index 8c98e06..b941f59 100755 --- a/fix-opera.sh +++ b/fix-opera.sh @@ -15,7 +15,7 @@ readonly OPERA_FILE="$OPERA_FOLDER$FILE_NAME" readonly FIX_WIDEVINE=true readonly CHROME_DL_LINK="https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb" -readonly GIT_API=https://api.github.com/repos/iteufel/nwjs-ffmpeg-prebuilt/releases +readonly GIT_API=https://api.github.com/repos/Ld-Hagen/fix-opera-linux-ffmpeg-widevine/releases printf '\nGetting Url ...\n'