Commit 370d0d53 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-upgrade: for url download files to upgrade

parent 1ec54e88
......@@ -65,8 +65,16 @@ epm_upgrade()
return
fi
# if possible, it will put pkg_urls into pkg_files and reconstruct pkg_filenames
if [ -n "$pkg_urls" ] ; then
info "Downloading packages assigned to upgrade ..."
load_helper epm-download
__handle_pkg_urls_to_install
fi
info "Running command for upgrade packages"
case $PMTYPE in
*-rpm)
# upgrade only install files from the list
......
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