This commit is contained in:
earnolmartin 2022-02-28 10:03:50 -07:00
parent b5af73ce3a
commit 42b0970984

View file

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