From 033940aeef38ed4d9fd0fc53596a0f52a6ff22b3 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Fri, 1 May 2026 17:09:03 +0200 Subject: [PATCH] Add '-y' flag to dnf5 commands for automation --- 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 5909d7d..c76d32e 100755 --- a/build/10-repos.sh +++ b/build/10-repos.sh @@ -1,7 +1,7 @@ #!/usr/bin/bash set -eoux pipefail -dnf5 install \ +dnf5 -y install \ 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 -dnf5 clean all +dnf5 -y clean all