From b008a4b3e6e0f17e62aba852ffb6f7d2eaa3c690 Mon Sep 17 00:00:00 2001 From: morganamilo Date: Tue, 1 May 2018 21:21:42 +0100 Subject: [PATCH] Update .install message --- DiscordCanary.install | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/DiscordCanary.install b/DiscordCanary.install index 070c094ea79d..fe2538c37984 100644 --- a/DiscordCanary.install +++ b/DiscordCanary.install @@ -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." }