Explorar o código

Update nginxproxymanager-v5-install.sh

add  certbot-dns-cloudflare
tteckster %!s(int64=2) %!d(string=hai) anos
pai
achega
6fccc26c9f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      install/nginxproxymanager-v5-install.sh

+ 1 - 1
install/nginxproxymanager-v5-install.sh

@@ -113,7 +113,7 @@ $STD python3 -m venv /opt/certbot/
 if [ "$(getconf LONG_BIT)" = "32" ]; then
   $STD python3 -m pip install --no-cache-dir -U cryptography==3.3.2
 fi
-$STD python3 -m pip install --no-cache-dir cffi certbot
+$STD python3 -m pip install --no-cache-dir cffi certbot certbot-dns-cloudflare
 msg_ok "Installed Python"
 
 msg_info "Installing Openresty"