blob: bff5470967fbd858833b53b1172bd91043f4d577 (
plain)
1
2
3
4
5
6
|
#!/usr/bin/env bash
post_install() {
echo -e "\e[32mUse the 'discord-canary-update-skip' to patch your Discord config file."
echo -e "This command only needs to run once, after which you can remove the package.\e[0m"
}
|