Commit 9ad64340 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play i586-fix: use --no-remove for install

parent a6d73bd2
......@@ -60,5 +60,10 @@ esac
echo
echo "Installing all appropiate 32 bit packages ..."
epm install $LIST
epm install --no-remove $LIST
RES=$?
[ "$RES" = "0" ] || echo "Try do epm upgrade before."
exit $RES
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