Updates in install scripts
This commit is contained in:
parent
0c2e7e0cc3
commit
d72bd73f35
1 changed files with 2 additions and 2 deletions
|
@ -376,11 +376,11 @@ function createCertificates {
|
||||||
|
|
||||||
case "$hostType" in
|
case "$hostType" in
|
||||||
centos7)
|
centos7)
|
||||||
yum install -y certbot
|
yum install -y certbot python2-certbot-apache
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu1804)
|
ubuntu1804)
|
||||||
apt-get install -y certbot
|
apt-get install -y certbot python3-certbot-apache
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue