-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
nginxproxymanager
π What was the exact command used to execute the script?
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/nginxproxymanager.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Provide a clear and concise description of the issue.
When running the update script in the LXC container I get the following error message:
If I run the command from line 137 in verbose mode I get the following message:
π Steps to reproduce the issue.
Update an existing LXC container with nginxproxmanager to the latest version with the script /usr/bin/update.
β Paste the full error output (if available).
[ERROR] in line 137: exit code 0: while executing command python3 -m pip install --no-cache-dir certbot-dns-cloudflare &> /dev/null
πΌοΈ Additional context (optional).
When I add the parameter --break-system-packages in the script in line 137 the update works without any issues.

Also the application works afterwards.


