From 7e897d3c0c947333aef57ed05684a01da95cb4c3 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Fri, 1 May 2026 17:12:03 +0200 Subject: [PATCH] Fix spacing in dnf5 clean command --- 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 fc01c08..c594c48 100755 --- a/build/10-repos.sh +++ b/build/10-repos.sh @@ -4,4 +4,4 @@ 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 -dnf5 clean all ||true +dnf5 clean all || true