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

epm repo disable: added dnf5 support

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