Installation script, Arch hook

This commit is contained in:
Ld-Hagen
2021-09-25 22:03:43 +03:00
parent 7c5f5ffd5f
commit 7c750ca4ba
5 changed files with 102 additions and 33 deletions

View File

@@ -1,8 +1,8 @@
# Fix Opera Linux ffmpeg & WidevineCdm
* Fix Opera html5 media content
* Fix Opera html5 media content including DRM-protected one.
* It script must be execute all times opera will fails on showing html5 media content.
* Now it also fixes WidevineCdm support for DRM video. You can try it on Vevo youtube channel for example.
* On Debian-based and Arch-based distros it may be started automatically after Opera update.
## Requirements
@@ -22,35 +22,7 @@
```cd ./fix-opera-linux-ffmpeg-widevine```
3. (*Optional*) You may disable **Widevine** fix if one that comes with Opera works well for you.
```sed -i '/FIX_WIDEVINE=/s/true/false/g' ./fix-opera.sh```
4. Run script. And if it works well got ot next step.
3. Run install script and answer few questions.
```sudo ./fix-opera.sh```
```sudo ./install.sh```
5. Create a **.scripts** folder on **root**'s **home**
```sudo mkdir ~root/.scripts```
6. Copy the script into the **.scripts** folder
```sudo cp ./fix-opera.sh ~root/.scripts```
7. Choose one or both options
* (*Optional*) Create an **alias**. And then you'll be able to start it by typing ```fix-opera``` command in terminal.
```echo "alias fix-opera='sudo ~root/.scripts/fix-opera.sh' # Opera fix HTML5 media" >> ~/.bashrc```
```source ~/.bashrc```
* (*Optional*) Autostart after each opera upgrade (Debian-based distros)
```sudo cp ./99fix-opera ~root/.scripts```
```sudo ln -s ~root/.scripts/99fix-opera /etc/apt/apt.conf.d/```
8. Delete the repo
```cd .. && rm -rf ./fix-opera-linux-ffmpeg-widevine```