blob: 470992c7f7afc29b72ea091c4d15d7a65037b58b (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo ""
echo "> Example mainnet configuration files are located in /opt/go-nebulas-git/conf"
echo "> You can use the default config by deleting the suffix (.example)"
echo "> Then, you can use \"systemctl start go-nebulas\" to start the node"
echo "> For more information, please visit: https://github.com/nebulasio/wiki/wiki"
echo ""
}
|