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

Add yt-dlp

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

View File

@ -28,7 +28,7 @@ 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
# Install the package
sudo dnf install -y ffmpeg ffmpegthumbnailer mullvad-browser
sudo dnf install -y ffmpeg ffmpegthumbnailer mullvad-browser yt-dlp
sudo dnf update -y @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin
# Disable hardened_malloc (for now)