From c63a1b633e20b0bd8edf4166e019a8567070c457 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Mon, 4 May 2026 18:27:57 +0200 Subject: [PATCH] Update RPM Fusion repository URLs in script --- build/10-repos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/10-repos.sh b/build/10-repos.sh index 58a5dc4..02c054f 100755 --- a/build/10-repos.sh +++ b/build/10-repos.sh @@ -3,7 +3,7 @@ set -eoux pipefail dnf5 install -y \ - https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-44.noarch.rpm \ - https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-44.noarch.rpm + https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-44.noarch.rpm \ + https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-44.noarch.rpm dnf5 -y makecache