From dda9163f0f83a1a1d1b36eacf10e762c1eca5cd7 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sun, 3 May 2026 20:38:18 +0200 Subject: [PATCH] Update repository installation command in 10-repos.sh --- build/10-repos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/10-repos.sh b/build/10-repos.sh index 4b8ba98..c10e406 100755 --- a/build/10-repos.sh +++ b/build/10-repos.sh @@ -3,6 +3,6 @@ set -eoux pipefail dnf5 upgrade -y dnf5 install -y \ - https://repos.fyralabs.com/terra44/terra-release.rpm + --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release dnf5 clean all