ispconfig_setup
ispconfig_setup copied to clipboard
certbot missing
Hello,
On Debian 9 the certbot package is not installed
Line 73 in distros/distro_vers/install_webserver.sh is missing the install directive: apt-get -yqq certbot > /dev/null 2>&1 should be: apt-get -yqq install certbot > /dev/null 2>&1
It is resolved?