Commit 451bb4d4 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm ei: use --auto in pipe mode

parent 04bcca26
...@@ -63,6 +63,8 @@ __epm_korinf_install_eepm() { ...@@ -63,6 +63,8 @@ __epm_korinf_install_eepm() {
# enable interactive for install eepm from console # enable interactive for install eepm from console
if inputisatty && [ "$EPMMODE" != "pipe" ] ; then if inputisatty && [ "$EPMMODE" != "pipe" ] ; then
[ -n "$non_interactive" ] || interactive="--interactive" [ -n "$non_interactive" ] || interactive="--interactive"
else
[ -n "$interactive" ] || non_interactive="--auto"
fi fi
# as now, can't install one package from task (and old apt-repo can't install one package) # as now, can't install one package from task (and old apt-repo can't install one package)
......
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