Skip to content

Commit 561a2f2

Browse files
authored
add --break-system-packages certbot-dns-cloudflare to the nginxproxymanager.sh script (#5957)
1 parent aa0a2e1 commit 561a2f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ct/nginxproxymanager.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function update_script() {
9999
mkdir -p /app/global /app/frontend/images
100100
cp -r backend/* /app
101101
cp -r global/* /app/global
102-
$STD python3 -m pip install --no-cache-dir certbot-dns-cloudflare
102+
$STD python3 -m pip install --no-cache-dir --break-system-packages certbot-dns-cloudflare
103103
msg_ok "Setup Enviroment"
104104

105105
msg_info "Building Frontend"

0 commit comments

Comments
 (0)