From e9174eb0895c098d5c461af3b8140320fcd2f268 Mon Sep 17 00:00:00 2001 From: Ld-Hagen <34414986+Ld-Hagen@users.noreply.github.com> Date: Fri, 24 Sep 2021 22:48:13 +0300 Subject: [PATCH] binutils check removed --- fix-opera.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fix-opera.sh b/fix-opera.sh index 03fb68c..717b8cd 100755 --- a/fix-opera.sh +++ b/fix-opera.sh @@ -19,11 +19,6 @@ readonly GIT_API_ALT=https://api.github.com/repos/Ld-Hagen/fix-opera-linux-ffmpe readonly WIDEVINE_VERSIONS=https://dl.google.com/widevine-cdm/versions.txt -if ! which ar > /dev/null && $FIX_WIDEVINE; then - printf '\033[1mbinutils\033[0m package must be installed to fix Widevine\n' - exit 1 -fi - if ! which unzip > /dev/null; then printf '\033[1munzip\033[0m package must be installed to run this script\n' exit 1