From d6b974454b686ae010e2541ab3ae583ece816e1f Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Fri, 1 May 2026 16:41:03 +0200 Subject: [PATCH] Update multimedia installation script Removed disabling of rawhide and testing repos for multimedia installation. --- build/20-multimedia.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/20-multimedia.sh b/build/20-multimedia.sh index 7ca871c..242c83d 100755 --- a/build/20-multimedia.sh +++ b/build/20-multimedia.sh @@ -7,8 +7,6 @@ set -eoux pipefail ############################################################################### echo "Installing Multimedia stack (Mesa Freeworld, Codecs & Groups)..." dnf5 install -y \ - --disablerepo="rpmfusion-*-rawhide" \ - --disablerepo="rpmfusion-*-testing" \ mesa-va-drivers-freeworld \ mesa-vdpau-drivers-freeworld \ mesa-vulkan-drivers-freeworld \