Commit 8d50595f authored by Vitaly Lipatov's avatar Vitaly Lipatov

add 'epm repo Add' command (do update after add)

parent dae8e335
......@@ -71,6 +71,11 @@ EOF
load_helper epm-addrepo
epm_addrepo "$@"
;;
Add) # HELPCMD: like add, but do update after add
load_helper epm-addrepo
epm_addrepo "$@"
epm update
;;
rm|remove) # HELPCMD: remove repository from sources list (epm repo remove all for all)
load_helper epm-removerepo
epm_removerepo "$@"
......
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