Update .install message

This commit is contained in:
morganamilo 2018-05-01 21:21:42 +01:00
parent c8949dca1e
commit b008a4b3e6
No known key found for this signature in database
GPG key ID: 6FE9E7996B0B082E

View file

@ -1,7 +1,8 @@
post_upgrade() {
echo ">>> You may need to delete discord's cache directory ~/.cache/discord"
echo ">>> try this if discord is stuck on the updating screen or if nothing displays but a gray box"
echo ">>> If you are experiencing a (A JavaScript error occurred in the main process) error try deleting the /tmp/discordcanary.sock file"
echo ">>> if this doesn't work ask for help in #linux-general in the Discord Testers server https://discord.gg/discord-testers"
echo ">>> You may also want to check out the linux server for help as well https://discord.gg/e7GX27C"
echo ">>> You may need to delete discord's config directory ~/.config/discordcanary"
echo ">>> If you are using betterdiscord you may also need to reinstall that"
echo ">>> Try this if discord is stuck on the updating screen or if nothing displays but a gray box"
echo ">>> If you believe there is a problem with this AUR package please report it to the AUR page"
echo ">>> If you believe there is a problem with Discord please report it to:"
echo ">>> https://discord.gg/discord-testers or https://discord.gg/discord-linux."
}