From 74ff15278563da14957b07cf8326f003e02f02d2 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sun, 3 May 2026 20:59:07 +0200 Subject: [PATCH] Fix multimedia installation script by removing duplicates Removed duplicate dnf5 install command and libavcodec-freeworld package. --- build/20-multimedia.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/20-multimedia.sh b/build/20-multimedia.sh index 9811a40..331408a 100755 --- a/build/20-multimedia.sh +++ b/build/20-multimedia.sh @@ -7,7 +7,6 @@ set -eoux pipefail ############################################################################### echo "Installing Multimedia stack (Mesa Freeworld, Codecs & Groups)..." dnf5 install -y \ - dnf5 install -y \ --enablerepo=terra \ --allowerasing \ --skip-unavailable \ @@ -16,7 +15,6 @@ dnf5 install -y \ mesa-vulkan-drivers \ mesa-dri-drivers \ ffmpeg \ - libavcodec-freeworld \ gstreamer1-libav \ gstreamer1-plugins-ugly \ gstreamer1-plugins-bad-free-extras \