Commit 5b2ac4ef authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm add repo: added dnf5 support (eterbug #17878)

parent df482417
......@@ -463,6 +463,10 @@ case $PMTYPE in
__epm_addrepo_rhel "$repo" || return
sudocmd dnf config-manager --add-repo "$repo"
;;
dnf5-rpm)
__epm_addrepo_rhel "$repo" || return
sudocmd dnf config-manager addrepo --from-repofile "$repo"
;;
urpm-rpm)
sudocmd urpmi.addmedia "$@"
;;
......
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