1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2025-02-02 02:51:33 -05:00

Add ffmpegthumbnailer

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2025-01-27 03:08:24 -07:00 committed by GitHub
parent 8aca86a381
commit 78e16aa243
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 mullvad-browser
sudo dnf install -y ffmpeg ffmpegthumbnailer mullvad-browser
sudo dnf update -y @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin
# Disable hardened_malloc (for now)