diff options
-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" } |