Commit 449fd5f6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm ei: ask before install a package

parent d369c8ce
......@@ -74,6 +74,7 @@ __epm_korinf_install() {
local PACKAGE="$1"
# due Error: Can't use epm call from the piped script
#epm install $(__epm_korinf_site_mask "$PACKAGE")
[ -n "$non_interactive" ] || interactive="--interactive"
pkg_names='' pkg_files='' pkg_urls="$(__epm_korinf_site_mask "$PACKAGE")" epm_install
}
......
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