blob: 817f5464bd6208ffe2bc7407443d55ecd216c55b (
plain)
1
2
3
4
5
6
|
#!/usr/bin/env bash
post_install() {
echo -e "\e[32mUse the 'discord-ptb-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"
}
|