From dc92e23a9eaab8db07c3afa0852cd5ec8b4bad74 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 15 Jul 2025 13:15:23 +0200 Subject: [PATCH] Update nginxproxymanager-install.sh --- install/nginxproxymanager-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/nginxproxymanager-install.sh b/install/nginxproxymanager-install.sh index 7624a38e..875e952e 100644 --- a/install/nginxproxymanager-install.sh +++ b/install/nginxproxymanager-install.sh @@ -36,8 +36,8 @@ $STD apt-get install -y \ msg_ok "Installed Python Dependencies" msg_info "Setting up Certbot Environment" -$STD uv venv /opt/certbot --python "$PYTHON_VERSION" -/opt/certbot/bin/uv pip install \ +$STD uv venv /opt/certbot +/opt/certbot/bin/uv pip install --python \ certbot \ certbot-dns-cloudflare \ certbot-dns-multi