Commit 0bcc8abb authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm repo enable: added dnf5 support

parent f21d3039
......@@ -58,6 +58,9 @@ case $PMTYPE in
dnf-rpm)
sudocmd dnf config-manager --disable $verbose "$@"
;;
dnf5-rpm)
sudocmd dnf config-manager setopt "$@.enabled=1"
;;
eoget)
docmd eoget enable-repo "$@"
;;
......
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