Update nginxproxymanager-install.sh

tweak
This commit is contained in:
tteckster 2024-06-30 07:49:13 -04:00 committed by GitHub
parent 59b2d529a2
commit 8322aede45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ $STD apt-get install -y \
python3-certbot-dns-cloudflare
$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)"