mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
7 lines
587 B
Text
7 lines
587 B
Text
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"
|
|
}
|