diff --git a/install.sh b/install.sh index 925511d..6f1dd62 100755 --- a/install.sh +++ b/install.sh @@ -273,7 +273,7 @@ else fi echo -echo "To enable the default https host run:" +echo "To enable the default https host install letsencrypt-tools and then run:" echo "letsencrypt-certonly.sh -d $fqdn" echo "a2ensite 000-default-ssl.conf" echo "systemctl reload apache2"