Instruction how to disable Widevine fix

This commit is contained in:
Maksim Ivanov
2021-09-21 14:59:33 +03:00
committed by GitHub
parent 157b47fb81
commit c829b43a97

View File

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