Commit c3b3ec0c authored by Vitaly Lipatov's avatar Vitaly Lipatov

discord fix

parent 89042d38
......@@ -19,8 +19,9 @@ fi
[ "$($DISTRVENDOR -a)" != "x86_64" ] && echo "Only x86_64 is supported" && exit 1
# FIXME: improve eget to support ? not ask mask (detect by =?)
#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"
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"
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