diff --git a/contrib/cirrus/setup.sh b/contrib/cirrus/setup.sh index b584f63ce..97e79b852 100755 --- a/contrib/cirrus/setup.sh +++ b/contrib/cirrus/setup.sh @@ -13,7 +13,7 @@ msg "Setting up $OS_RELEASE_ID $OS_RELEASE_VER" case "$OS_RELEASE_ID" in fedora) [[ -z "$RPMS_CONFLICTING" ]] || \ - $SHORT_DNFY erase $RPMS_CONFLICTING + $SHORT_DNFY remove $RPMS_CONFLICTING ;; debian) [[ -z "$DEBS_CONFLICTING" ]] || \