Updates in install scripts

This commit is contained in:
root 2018-12-25 13:03:06 +01:00
parent 0c2e7e0cc3
commit d72bd73f35

View file

@ -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