From 542a8a619bf9c20afb77ce208397b22f7934f17f Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 4 Oct 2024 19:59:20 -0400 Subject: [PATCH] Update nginxproxymanager-install.sh tweak --- install/nginxproxymanager-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/nginxproxymanager-install.sh b/install/nginxproxymanager-install.sh index 1ec234aa..fcb14bf3 100644 --- a/install/nginxproxymanager-install.sh +++ b/install/nginxproxymanager-install.sh @@ -36,8 +36,7 @@ $STD apt-get install -y \ python3-dev \ python3-pip \ python3-venv \ - python3-cffi \ - python3-certbot-dns-cloudflare + python3-cffi $STD pip3 install certbot certbot-dns-multi $STD python3 -m venv /opt/certbot/ rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED