Remove architecture specification from multimedia install

Removed architecture specification for installation.
This commit is contained in:
humocs-man
2026-05-01 16:34:07 +02:00
committed by GitHub
parent e066421d9c
commit 2b0a78916b
-1
View File
@@ -7,7 +7,6 @@ set -eoux pipefail
############################################################################### ###############################################################################
echo "Installing Multimedia stack (Mesa Freeworld, Codecs & Groups)..." echo "Installing Multimedia stack (Mesa Freeworld, Codecs & Groups)..."
dnf5 install -y \ dnf5 install -y \
--arch x86_64 \
--disablerepo="rpmfusion-*-rawhide" \ --disablerepo="rpmfusion-*-rawhide" \
--disablerepo="rpmfusion-*-testing" \ --disablerepo="rpmfusion-*-testing" \
mesa-va-drivers-freeworld \ mesa-va-drivers-freeworld \