From c829b43a97b84a4757d4314750cd5f86346ca041 Mon Sep 17 00:00:00 2001 From: Maksim Ivanov <34414986+Ld-Hagen@users.noreply.github.com> Date: Tue, 21 Sep 2021 14:59:33 +0300 Subject: [PATCH] Instruction how to disable Widevine fix --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1fa51c7..95fc519 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,10 @@ ```sudo ln -s ~root/.scripts/99fix-opera /etc/apt/apt.conf.d/``` +7. (*Optional*) You may disable Widevine fix if one that comes with Opera works well for you. + + ```sudo sed '/FIX_WIDEVINE=/s/true/false/' ~root/.scripts/fix-opera.sh | sudo tee ~root/.scripts/fix-opera.sh``` + 8. Delete the repo ```cd .. && rm -rf ./fix-opera-linux-ffmpeg-widevine```