1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2025-02-08 13:11:34 -05:00

Add python3-pip to mullvad-browser.sh

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2025-02-04 23:08:04 -07:00 committed by GitHub
parent dc52f1c221
commit 8bc79055e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,9 @@ sudo dnf config-manager setopt fedora-cisco-openh264.enabled=1 rpmfusion-free.en
sudo dnf install -y ffmpeg ffmpegthumbnailer mullvad-browser yt-dlp sudo dnf install -y ffmpeg ffmpegthumbnailer mullvad-browser yt-dlp
sudo dnf update -y @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin sudo dnf update -y @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin
# Install dependencies for other apps not listed here
sudo dnf install -y python3-pip
# Disable hardened_malloc (for now) # Disable hardened_malloc (for now)
# It causes Mullvad browser to randomly crash # It causes Mullvad browser to randomly crash
sudo rm /etc/ld.so.preload sudo rm /etc/ld.so.preload