blob: 79ceac9d859231012aaf0bf4715acce927f92c52 (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo
echo "You need to provide you own configuration file."
echo "The configuration directory is /etc/psiphon/ (for system service) and \$XDG_CONFIG_HOME/psiphon/ (for user service)."
echo "See the repository's README for how to use: https://github.com/Psiphon-Labs/psiphon-tunnel-core"
echo
}
|