Disable multimedia stack installation in script

Comment out multimedia stack installation commands.
This commit is contained in:
humocs-man
2026-05-04 18:44:51 +02:00
committed by GitHub
parent 179ff5b9a1
commit 721da0d7ec
+12 -12
View File
@@ -6,19 +6,19 @@ set -eoux pipefail
# Zusammengefasst, um Abhängigkeiten in einem Schritt zu lösen. # Zusammengefasst, um Abhängigkeiten in einem Schritt zu lösen.
############################################################################### ###############################################################################
echo "Installing Multimedia stack (Mesa Freeworld, Codecs & Groups)..." echo "Installing Multimedia stack (Mesa Freeworld, Codecs & Groups)..."
dnf5 install -y \ #dnf5 install -y \
--allowerasing \ # --allowerasing \
--skip-unavailable \ # --skip-unavailable \
mesa-va-drivers-freeworld.x86_64 \ # mesa-va-drivers-freeworld.x86_64 \
mesa-vdpau-drivers-freeworld.x86_64 \ # mesa-vdpau-drivers-freeworld.x86_64 \
mesa-vulkan-drivers-freeworld.x86_64 \ # mesa-vulkan-drivers-freeworld.x86_64 \
mesa-dri-drivers-freeworld.x86_64 \ # mesa-dri-drivers-freeworld.x86_64 \
ffmpeg.x86_64 \ # ffmpeg.x86_64 \
gstreamer1-libav \ # gstreamer1-libav \
gstreamer1-plugins-ugly \ # gstreamer1-plugins-ugly \
gstreamer1-plugins-bad-free-extras # gstreamer1-plugins-bad-free-extras
dnf5 install -y @multimedia #dnf5 install -y @multimedia
echo "Installing rocm" echo "Installing rocm"
dnf5 install -y \ dnf5 install -y \
rocm-clinfo \ rocm-clinfo \