mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-06-05 13:19:19 -04:00
Update mullvad-browser.sh
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
0ece1f405f
commit
862e7c6cc3
1 changed files with 6 additions and 1 deletions
|
@ -30,3 +30,8 @@ sudo dnf config-manager --enable fedora-cisco-openh264 rpmfusion-free rpmfusion-
|
|||
# Install the package
|
||||
sudo dnf install -y ffmpeg mullvad-browser
|
||||
sudo dnf update @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin
|
||||
|
||||
# Disable hardened_malloc (for now)
|
||||
# It causes Mullvad browser to randomly crash
|
||||
|
||||
sudo rm /etc/ld.so.preload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue