Skip to content

Commit 9fcc819

Browse files
committed
cirrus: update dnf comamnd for dnf5
dnf erase is no longer a command on dnf5 (new in f41), it has been an alias to remove before so just switch to that as this is the correct command now. Signed-off-by: Paul Holzinger <[email protected]>
1 parent 7453d71 commit 9fcc819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/cirrus/setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msg "Setting up $OS_RELEASE_ID $OS_RELEASE_VER"
1313
case "$OS_RELEASE_ID" in
1414
fedora)
1515
[[ -z "$RPMS_CONFLICTING" ]] || \
16-
$SHORT_DNFY erase $RPMS_CONFLICTING
16+
$SHORT_DNFY remove $RPMS_CONFLICTING
1717
;;
1818
debian)
1919
[[ -z "$DEBS_CONFLICTING" ]] || \

0 commit comments

Comments
 (0)