diff options
author | Your Name <you@example.com> | 2014-07-09 12:16:14 +0200 |
---|---|---|
committer | Your Name <you@example.com> | 2014-07-09 12:16:14 +0200 |
commit | 59b2c300257463fee6e1fd94fddcb726aa5816ff (patch) | |
tree | 6b41c0b0ec3f14d5f27bf50862173d7d9177b830 /retiolum/scripts | |
parent | da8f9b0ea4c73aa90244f8e9eba4d1f5af9af611 (diff) |
add retiolum new_install service info
Diffstat (limited to 'retiolum/scripts')
-rwxr-xr-x | retiolum/scripts/tinc_setup/new_install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/retiolum/scripts/tinc_setup/new_install.sh b/retiolum/scripts/tinc_setup/new_install.sh index 25e7f04d..87c20e57 100755 --- a/retiolum/scripts/tinc_setup/new_install.sh +++ b/retiolum/scripts/tinc_setup/new_install.sh @@ -272,6 +272,8 @@ EOF # finish what you have begun! tincd -n $NETNAME + echo "if you are new, go into irc://freenode/krebs and introduce yourself" + echo "do not forget to add the host to the 'services' repository" } |