Update nginxproxymanager-install.sh

fixes https://github.com/tteck/Proxmox/issues/3841
pull/3851/head
tteckster 2024-10-04 18:51:35 -04:00 committed by GitHub
parent 6bb46a5365
commit 97d48dd4b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -37,9 +37,8 @@ $STD apt-get install -y \
python3-pip \
python3-venv \
python3-cffi \
python3-certbot \
python3-certbot-dns-cloudflare
$STD pip3 install certbot-dns-multi
$STD pip3 install certbot certbot-dns-multi
$STD python3 -m venv /opt/certbot/
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Installed Python Dependencies"