Update nginxproxymanager-v5-install.sh

pull/1195/head
Piotr Domagała 2 years ago
parent 754dec41fc
commit 347353fb8c
No known key found for this signature in database
GPG Key ID: 38575CFFE7DB0218
  1. 2
      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"

Loading…
Cancel
Save