post_install() { echo echo "You need to provide you own configuration files" echo "The configuration directory is /etc/psiphon/ (for system service) and \$XDG_CONFIG_HOME/psiphon/ (for user service)." echo "Example config file for console client in /etc/psiphon/client.config" echo "Example config file for the server can be generated in current directory by: psiphond -ipaddress 127.0.0.1 -protocol OSSH:9999 generate" echo "See the repository's README for how to use: https://github.com/Psiphon-Labs/psiphon-tunnel-core" }