Update nginxproxymanager-install.sh

This commit is contained in:
Sam Heinz
2024-12-12 10:08:08 +10:00
committed by GitHub
parent fc4c76f78e
commit 728cf1ce73

View File

@@ -41,7 +41,7 @@ $STD apt-get install -y \
python3-certbot \ python3-certbot \
python3-certbot-dns-cloudflare python3-certbot-dns-cloudflare
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED 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/ $STD python3 -m venv /opt/certbot/
msg_ok "Installed Python Dependencies" msg_ok "Installed Python Dependencies"