From 9a25e0ec9e2bb41d5841ec63f153407b663e91d3 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sun, 3 May 2026 19:56:39 +0200 Subject: [PATCH] Replace RPM Fusion repos with Terra44 repo --- build/10-repos.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/10-repos.sh b/build/10-repos.sh index 3e70d64..4b8ba98 100755 --- a/build/10-repos.sh +++ b/build/10-repos.sh @@ -3,7 +3,6 @@ set -eoux pipefail dnf5 upgrade -y dnf5 install -y \ - https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \ - https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm + https://repos.fyralabs.com/terra44/terra-release.rpm dnf5 clean all