From 25b098828d7046a8d17ede29d1f61382f9cdaff1 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Fri, 1 May 2026 17:49:02 +0200 Subject: [PATCH] Add dnf5 upgrade command to 10-repos.sh Added dnf5 upgrade command to the script. --- build/10-repos.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/10-repos.sh b/build/10-repos.sh index c594c48..9bfbba4 100755 --- a/build/10-repos.sh +++ b/build/10-repos.sh @@ -1,5 +1,7 @@ #!/usr/bin/bash 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