Update nginxproxymanager-install.sh

tweak
This commit is contained in:
tteckster 2024-10-31 02:18:28 -04:00 committed by GitHub
parent 57b9cde44d
commit 38d3f2c868
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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"