1
0
mirror of https://github.com/tteck/Proxmox.git synced 2024-11-21 18:16:39 +02:00

Update nginxproxymanager-install.sh

fixes https://github.com/tteck/Proxmox/issues/3982
This commit is contained in:
tteckster 2024-10-27 04:57:06 -04:00 committed by GitHub
parent e4912cec78
commit 399786c5bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,6 @@ $STD apt-get install -y \
python3-certbot-dns-cloudflare
$STD pip3 install certbot certbot-dns-multi
$STD python3 -m venv /opt/certbot/
ln -s /usr/local/bin/certbot /usr/bin/certbot
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Installed Python Dependencies"