From 38d3f2c868bb426895aeb59ea41e89acd465b06a Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 31 Oct 2024 02:18:28 -0400 Subject: [PATCH] Update nginxproxymanager-install.sh tweak --- install/nginxproxymanager-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/nginxproxymanager-install.sh b/install/nginxproxymanager-install.sh index 1ec234aa..4314e293 100644 --- a/install/nginxproxymanager-install.sh +++ b/install/nginxproxymanager-install.sh @@ -37,8 +37,9 @@ $STD apt-get install -y \ python3-pip \ python3-venv \ python3-cffi \ + python3-certbot \ python3-certbot-dns-cloudflare -$STD pip3 install certbot certbot-dns-multi +$STD pip3 install certbot-dns-multi $STD python3 -m venv /opt/certbot/ rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED msg_ok "Installed Python Dependencies"