Update nginxproxymanager-v5-install.sh

revert add certbot-dns-cloudflare
This commit is contained in:
tteckster 2023-03-19 19:11:13 -04:00 committed by GitHub
parent 6fccc26c9f
commit c43dcea48e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 certbot-dns-cloudflare
$STD python3 -m pip install --no-cache-dir cffi certbot
msg_ok "Installed Python"
msg_info "Installing Openresty"