First run after install. Some fixes

This commit is contained in:
Ld-Hagen
2021-10-06 20:15:57 +03:00
parent 78c9762d17
commit f73a02813b
2 changed files with 23 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
## Requirements
1. **wget** (Is needed for downloading the ffmpeg lib and Chrome)
1. **wget** (Is needed for downloading the ffmpeg lib and widevine)
```sudo apt install wget```
2. **unzip** (Is needed for unpacking the downloaded file)
@@ -14,22 +14,22 @@
## Usage
1. Clone this repo and
1. Clone this repo and
```git clone https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine.git```
2. Go to the repo root folder
```cd ./fix-opera-linux-ffmpeg-widevine```
3. (*Optional*) Run script. And if it works well go to next step.
```sudo ./scripts/fix-opera.sh```
4. Run install script and answer few questions.
```sudo ./install.sh```
5. Delete the repo
```rm -rf ./fix-opera-linux-ffmpeg-widevine```
```cd .. && rm -rf ./fix-opera-linux-ffmpeg-widevine```