Commit c4e11fc8 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-simulate: return dnf5 support

parent f168066f
...@@ -80,7 +80,7 @@ EOF ...@@ -80,7 +80,7 @@ EOF
RES=$? RES=$?
clean_store_output clean_store_output
return $RES ;; return $RES ;;
dnf-rpm) dnf-rpm|dnf5-rpm)
set_sudo set_sudo
store_output sudocmd dnf --assumeno install $filenames store_output sudocmd dnf --assumeno install $filenames
__check_yum_result $RC_STDOUT $? __check_yum_result $RC_STDOUT $?
......
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