ispconfig_setup icon indicating copy to clipboard operation
ispconfig_setup copied to clipboard

certbot missing

Open iandk opened this issue 8 years ago • 2 comments

Hello,

On Debian 9 the certbot package is not installed

iandk avatar Aug 11 '17 11:08 iandk

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

EmilCataranciuc avatar Nov 12 '17 22:11 EmilCataranciuc

It is resolved?

Neustradamus avatar Sep 24 '18 14:09 Neustradamus