From 519e7c8d0386179155d35094e85412984d8b5d1e Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Fri, 12 Apr 2024 17:12:07 +1000 Subject: [PATCH] [ChangeDetection] Fix pip issues --- install/changedetection-install.sh | 2 ++ 1 file changed, 2 insertions(+) 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 \