summarylogtreecommitdiffstats
path: root/psiphon.install
blob: 2d116216f33c04da4b2a29203ac2230d92d3210a (plain)
1
2
3
4
5
6
7
8
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
}
#}