Commit 867ba894 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm upgrade: use __epm_update

parent dc3e919f
......@@ -51,7 +51,8 @@ epm_upgrade()
try_change_alt_repo
epm_addrepo "$@"
(pkg_names="$installlist" epm_Install) || fatal "Can't update repo"
__epm_update
(pkg_names="$installlist" epm_install) || fatal "Can't update repo"
epm_removerepo "$@"
end_change_alt_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