From 728cf1ce738db32157fc4704b042a4fd4899f6db Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:08:08 +1000 Subject: [PATCH] Update nginxproxymanager-install.sh --- install/nginxproxymanager-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/nginxproxymanager-install.sh b/install/nginxproxymanager-install.sh index 8a3bf1ec3..6c6b0fd80 100644 --- a/install/nginxproxymanager-install.sh +++ b/install/nginxproxymanager-install.sh @@ -41,7 +41,7 @@ $STD apt-get install -y \ python3-certbot \ python3-certbot-dns-cloudflare rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED -$STD pip3 install certbot-dns-multi +$STD pip3 install certbot-dns-multi==4.15.0 $STD python3 -m venv /opt/certbot/ msg_ok "Installed Python Dependencies"