mirror of
https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine.git
synced 2026-08-26 09:25:02 +03:00
Fix dnf install command in install.sh
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ install_deps() {
|
||||
apt-get install -y "${DEPS[@]}"
|
||||
;;
|
||||
dnf)
|
||||
dnf install -y "${DEPS[@]} python3-dnf-plugin-post-transaction-actions"
|
||||
dnf install -y "${DEPS[@]}" python3-dnf-plugin-post-transaction-actions
|
||||
;;
|
||||
pacman)
|
||||
pacman -Sy --needed --noconfirm "${DEPS[@]}"
|
||||
|
||||
Reference in New Issue
Block a user