Fixes
This commit is contained in:
parent
b5af73ce3a
commit
42b0970984
1 changed files with 2 additions and 1 deletions
|
@ -2853,7 +2853,8 @@ function installCertBotLetsEncrypt(){
|
|||
|
||||
# Go download it
|
||||
if [ ! -e "/usr/local/bin/certbot" ]; then
|
||||
wget -O "certbot-auto" -N https://ehcpforce.tk/files/certbot --no-check-certificate
|
||||
wget -O "certbot-auto.zip" -N https://ehcpforce.tk/files/certbot.zip --no-check-certificate
|
||||
unzip "certbot-auto.zip"
|
||||
chmod a+x certbot-auto
|
||||
mv certbot-auto /usr/local/bin/certbot
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue