mirror of
https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine.git
synced 2025-12-29 03:23:00 +03:00
Update README.md
added info about jq requirement
This commit is contained in:
10
README.md
10
README.md
@@ -14,13 +14,15 @@
|
||||
|
||||
**git** (Is needed for fetching this script)
|
||||
|
||||
For Debian-based systems: `sudo apt install wget unzip git`
|
||||
**jq** (Is needed for parsing JSON from github)
|
||||
|
||||
For Arch-based systems: `sudo pacman -S wget unzip git`
|
||||
For Debian-based systems: `sudo apt install wget unzip git jq`
|
||||
|
||||
For RedHat-based systems: `sudo dnf install wget unzip git`
|
||||
For Arch-based systems: `sudo pacman -S wget unzip git jq`
|
||||
|
||||
2. (*Optional*) **python3-dnf-plugin-post-transaction-actions** (Is needed for autoupdate in RedHat-based systems)
|
||||
For RedHat-based systems: `sudo dnf install wget unzip git jq`
|
||||
|
||||
3. (*Optional*) **python3-dnf-plugin-post-transaction-actions** (Is needed for autoupdate in RedHat-based systems)
|
||||
`dnf install python3-dnf-plugin-post-transaction-actions`
|
||||
|
||||
## Usage
|
||||
|
||||
Reference in New Issue
Block a user