Update nginxproxymanager-install.sh

This commit is contained in:
Sam Heinz
2024-12-12 09:21:19 +10:00
committed by GitHub
parent 3ff7d0b403
commit fc4c76f78e

View File

@@ -40,9 +40,9 @@ $STD apt-get install -y \
python3-cffi \
python3-certbot \
python3-certbot-dns-cloudflare
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
$STD pip3 install certbot-dns-multi
$STD python3 -m venv /opt/certbot/
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Installed Python Dependencies"
VERSION="$(awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release)"