add --break-system-packages certbot-dns-cloudflare to the nginxproxymanager.sh script (#5957)

This commit is contained in:
tug-benson 2025-07-14 16:40:41 +02:00 committed by GitHub
parent aa0a2e1654
commit 561a2f2712
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,7 +99,7 @@ function update_script() {
mkdir -p /app/global /app/frontend/images
cp -r backend/* /app
cp -r global/* /app/global
$STD python3 -m pip install --no-cache-dir certbot-dns-cloudflare
$STD python3 -m pip install --no-cache-dir --break-system-packages certbot-dns-cloudflare
msg_ok "Setup Enviroment"
msg_info "Building Frontend"