Commit ab7842ff authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm install: add --download-only support for repository packages (via epm download)

parent f22bd267
......@@ -71,6 +71,11 @@ epm_install_names()
warmup_hibase
if [ -n "$download_only" ] ; then
epm download "$@"
return
fi
if [ -n "$non_interactive" ] ; then
epm_ni_install_names "$@"
return
......
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