Commit 3054c897 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: fix exit if the package is already installed

parent 9f118c59
......@@ -8,7 +8,7 @@ DESCRIPTION='An unofficial WhatsApp desktop application (from the repository if
. $(dirname $0)/common.sh
if epm install $PKGNAME ; then
return
exit 0
fi
[ "$(epm print info -s)" = "alt" ] && fatal "ALT is not supports $PKGNAME AppImage for now."
......
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