mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-06-19 11:54:17 -04:00
Add missing -y
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
89e5617ec3
commit
af7d19328a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ sudo dnf config-manager --enable fedora-cisco-openh264 rpmfusion-free rpmfusion-
|
||||||
|
|
||||||
# Install the package
|
# Install the package
|
||||||
sudo dnf install -y ffmpeg mullvad-browser
|
sudo dnf install -y ffmpeg mullvad-browser
|
||||||
sudo dnf update @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin
|
sudo dnf update -y @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin
|
||||||
|
|
||||||
# Disable hardened_malloc (for now)
|
# Disable hardened_malloc (for now)
|
||||||
# It causes Mullvad browser to randomly crash
|
# It causes Mullvad browser to randomly crash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue