From 7a5c6d4f418948b69a51530ca602f5df708d67eb Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sun, 3 May 2026 20:55:53 +0200 Subject: [PATCH] Add additional terra-release packages to installation --- build/10-repos.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/10-repos.sh b/build/10-repos.sh index c10e406..a075c48 100755 --- a/build/10-repos.sh +++ b/build/10-repos.sh @@ -3,6 +3,8 @@ set -eoux pipefail dnf5 upgrade -y dnf5 install -y \ - --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release + --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release \ + terra-release-mesa \ + terra-release-multimedia dnf5 clean all