From 347353fb8c16cecf7510ea92f65d6ea3bfbcb5b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Domaga=C5=82a?= Date: Sun, 19 Mar 2023 23:09:08 +0100 Subject: [PATCH] Update nginxproxymanager-v5-install.sh --- install/nginxproxymanager-v5-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/nginxproxymanager-v5-install.sh b/install/nginxproxymanager-v5-install.sh index d66e0adf..b33ddb02 100644 --- a/install/nginxproxymanager-v5-install.sh +++ b/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"