Commit a225df3a authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play steam: install only from repo on ALT

parent 17e8e503
......@@ -10,6 +10,11 @@ epm installed $REPOPKGNAME && PKGNAME=$REPOPKGNAME
. $(dirname $0)/common.sh
if [ "$(epm print info -s)" = "alt" ] ; then
epm install $REPOPKGNAME || exit
epm play i586-fix
exit
if epm status --installable $REPOPKGNAME ; then
epm install $REPOPKGNAME || exit
else
......@@ -25,4 +30,3 @@ fi
epm play i586-fix
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