1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2025-02-20 18:21:34 -05:00

Compare commits

..

No commits in common. "8bc79055e478ae691b99cc3ceadf3940cbf3f3be" and "23e0fedf3240bb958e1d0e422c59750e2d36f89b" have entirely different histories.

View File

@ -28,12 +28,9 @@ sudo dnf config-manager addrepo --from-repofile=https://repository.mullvad.net/r
sudo dnf config-manager setopt fedora-cisco-openh264.enabled=1 rpmfusion-free.enabled=1 rpmfusion-free-updates.enabled=1 rpmfusion-nonfree.enabled=1 rpmfusion-nonfree-updates.enabled=1 sudo dnf config-manager setopt fedora-cisco-openh264.enabled=1 rpmfusion-free.enabled=1 rpmfusion-free-updates.enabled=1 rpmfusion-nonfree.enabled=1 rpmfusion-nonfree-updates.enabled=1
# Install the package # Install the package
sudo dnf install -y ffmpeg ffmpegthumbnailer mullvad-browser yt-dlp sudo dnf install -y ffmpeg ffmpegthumbnailer mullvad-browser
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