Fix dnf5 command syntax in 10-repos.sh

This commit is contained in:
humocs-man
2026-05-01 17:10:02 +02:00
committed by GitHub
parent 033940aeef
commit a250e76cfc
+2 -2
View File
@@ -1,7 +1,7 @@
#!/usr/bin/bash
set -eoux pipefail
dnf5 -y install \
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 -y clean all
dnf5 clean all ||true