Commit 2342fa20 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play steam: fix bug

parent ac13806d
......@@ -14,6 +14,7 @@ if [ "$(epm print info -s)" = "alt" ] ; then
epm install $REPOPKGNAME || exit
epm play i586-fix
exit
fi
if epm status --installable $REPOPKGNAME ; then
epm install $REPOPKGNAME || exit
......
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