From e4cb116ad73874ae6c934ac84c325738993eeb1b Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sun, 3 May 2026 22:16:02 +0200 Subject: [PATCH] Update RPM Fusion repository URLs and commands --- build/10-repos.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/10-repos.sh b/build/10-repos.sh index f736ff4..58a5dc4 100755 --- a/build/10-repos.sh +++ b/build/10-repos.sh @@ -3,7 +3,7 @@ set -eoux pipefail dnf5 install -y \ - https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-44.noarch.rpm \ - https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-44.noarch.rpm + https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-44.noarch.rpm \ + https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-44.noarch.rpm -dnf5 -y distro-sync && dnf5 -y makecache + dnf5 -y makecache