ci: prepare: Fix syntax for dnf5 in Fedora 41
Some checks failed
dustin/sshca-cli/pipeline/head There was a failure building this commit

Apparently, `dnf5` differs from `dnf` in that it does not ignore the
trailing `--` argument:

> Unknown argument "--" for command "install". Add "--help" for more
> information about the arguments.
This commit is contained in:
2024-11-06 19:22:36 -06:00
parent a98ecc5cac
commit 63edc180d5

View File

@@ -13,7 +13,7 @@ dnf install -y \
rust \
systemd-rpm-macros \
tar \
--
&& :
install -m u=rwx,go= -d "${GNUPGHOME}"
cat > "${GNUPGHOME}"/gpg-agent.conf <<EOF