Commit ca2f8607 authored by Vitaly Lipatov's avatar Vitaly Lipatov

prescription: fix error code for assisant and discord

parent 2f631b4a
......@@ -48,7 +48,7 @@ esac
OPKG=/tmp/$OPKG
$EGET -O $OPKG $URL
epm $repack install "$OPKG"
epm $repack install "$OPKG" || exit
rm -fv $OPKG
[ "$repack" = "--scripts" ] && echo "Warning! Privileged scripts from the vendor were running."
......
......@@ -23,5 +23,5 @@ PKG=/tmp/discord.deb
$EGET -O $PKG "https://discord.com/api/download?platform=linux&format=deb"
#PKG="https://dl.discordapp.net/apps/linux/0.0.12/discord-0.0.12.deb"
epm install "$PKG"
epm install "$PKG" || exit
rm -fv $PKG
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