Commit 438ececa authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repo: fixes for urpmi

parent e3cd1d04
......@@ -477,7 +477,7 @@ case $PMTYPE in
sudocmd dnf config-manager --add-repo "$repo"
;;
urpm-rpm)
sudocmd urpmi.addmedia "$repo"
sudocmd urpmi.addmedia "$@"
;;
zypper-rpm)
sudocmd zypper ar "$repo"
......
......@@ -125,7 +125,7 @@ case $PMTYPE in
[ -n "$verbose" ] || info "Use --verbose if you need detail information."
;;
urpm-rpm)
docmd urpmq --list-url
docmd urpmq --list-media active --list-url
;;
zypper-rpm)
docmd zypper sl -d
......
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