diff --git a/install/changedetection-install.sh b/install/changedetection-install.sh index 18fb6631c..1cb05f4d5 100644 --- a/install/changedetection-install.sh +++ b/install/changedetection-install.sh @@ -53,6 +53,7 @@ $STD apt-get install -y \ python3 \ python3-dev \ python3-pip +rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED msg_ok "Updated Python3" msg_info "Setting up Node.js Repository" @@ -81,6 +82,7 @@ $STD npm prune production --prefix /opt/browserless msg_ok "Installed Browserless & Playwright" msg_info "Installing Font Packages" +DEBIAN_FRONTEND=noninteractive $STD apt-get install -y \ fontconfig \ libfontconfig1 \