Commit d6bb869b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm prescription i586-fix: no remove in auto mode

parent 88ae5fc6
......@@ -72,7 +72,9 @@ esac
echo
echo "Installing all appropiate 32 bit packages ..."
epm install --no-remove $LIST
noremove=''
[ -n "$auto" ] && noremove='--no-remove'
epm install $noremove $LIST
RES=$?
[ "$RES" = "0" ] || echo "Try do epm upgrade before."
......
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