浏览代码

Update nginxproxymanager-install.sh

tteckster 2 年之前
父节点
当前提交
daa1720d85
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      install/nginxproxymanager-install.sh

+ 1 - 1
install/nginxproxymanager-install.sh

@@ -40,7 +40,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"