Commit 08481e35 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm install: disable update if try install local package files

parent 20347749
......@@ -424,8 +424,10 @@ epm_install()
[ -z "$files$names" ] && info "Skip empty install list" && return 22
# it is useful for first time running
update_repo_if_needed
if [ -z "$files" ] ; then
# it is useful for first time running
update_repo_if_needed
fi
epm_install_names $names || return
epm_install_files $files
......
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