diff --git a/scripts/cloudron-setup b/scripts/cloudron-setup index 5a34a4c7d..c83aa5c58 100755 --- a/scripts/cloudron-setup +++ b/scripts/cloudron-setup @@ -79,6 +79,8 @@ echo "" echo " Follow setup logs in a second terminal with:" echo " $ tail -f ${LOG_FILE}" echo "" +echo " Join us at https://chat.cloudron.io for any questions." +echo "" echo "=> Update package repositories ..." if ! apt-get update &>> "${LOG_FILE}"; then