diff --git a/fedora-gnome/mullvad-browser.sh b/fedora-gnome/mullvad-browser.sh index 336d44a..16dbb13 100644 --- a/fedora-gnome/mullvad-browser.sh +++ b/fedora-gnome/mullvad-browser.sh @@ -29,4 +29,9 @@ 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 \ No newline at end of file +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