We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8b73c commit a674e84Copy full SHA for a674e84
ct/changedetection.sh
@@ -34,11 +34,11 @@ function update_script() {
34
NODE_VERSION="24" setup_nodejs
35
36
msg_info "Updating ${APP}"
37
- $STD pip3 install changedetection.io --upgrade
+ $STD pip3 install changedetection.io --upgrade --break-system-packages --ignore-installed typing_extensions
38
msg_ok "Updated ${APP}"
39
40
msg_info "Updating Playwright"
41
- $STD pip3 install playwright --upgrade
+ $STD pip3 install playwright --upgrade --break-system-packages
42
msg_ok "Updated Playwright"
43
44
if [[ -f /etc/systemd/system/browserless.service ]]; then
0 commit comments