Commit 5040a586 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix --auto remove for dnf

parent c2b8ffc0
......@@ -173,6 +173,9 @@ epm_remove_nonint()
yum-rpm)
sudocmd yum -y remove $@
return ;;
dnf-rpm)
sudocmd dnf remove --assumeyes $@
return ;;
zypper-rpm)
sudocmd zypper --non-interactive remove --clean-deps $@
return ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment