From d72bd73f3546e5d58fd1261d1c05573c0c11f090 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Dec 2018 13:03:06 +0100 Subject: [PATCH] Updates in install scripts --- setup/functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/functions b/setup/functions index b42f4033..cdd939d2 100644 --- a/setup/functions +++ b/setup/functions @@ -376,11 +376,11 @@ function createCertificates { case "$hostType" in centos7) - yum install -y certbot + yum install -y certbot python2-certbot-apache ;; ubuntu1804) - apt-get install -y certbot + apt-get install -y certbot python3-certbot-apache ;; esac