Fix multimedia installation script by removing duplicates

Removed duplicate dnf5 install command and libavcodec-freeworld package.
This commit is contained in:
humocs-man
2026-05-03 20:59:07 +02:00
committed by GitHub
parent 7a5c6d4f41
commit 74ff152785
-2
View File
@@ -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 \