Commit cfbf968a authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play steam: add install lsof i586-libcurl (alt bug 46110)

parent 25366749
......@@ -15,6 +15,12 @@ if ! epm install $REPOPKGNAME ; then
PKGURL="https://cdn.akamai.steamstatic.com/client/installer/steam.deb"
epm install $PKGURL
res=$?
if [ "$(epm print info -s)" = "alt" ] ; then
# https://bugzilla.altlinux.org/46110
epm install --skip-installed lsof i586-libcurl
fi
fi
epm play i586-fix
......
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