From a9b44432c4ff5810582de9bc11c03e7c8e346d83 Mon Sep 17 00:00:00 2001 From: Jayden <5250189+lukyjay@users.noreply.github.com> Date: Fri, 29 Dec 2023 00:42:10 +0800 Subject: [PATCH] Update changedetection-install.sh V2 doesn't appear to work, so clone v1 instead. --- install/changedetection-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/changedetection-install.sh b/install/changedetection-install.sh index ca9990b9..217523de 100644 --- a/install/changedetection-install.sh +++ b/install/changedetection-install.sh @@ -72,7 +72,7 @@ msg_ok "Installed Change Detection" msg_info "Installing Browserless & Playwright" mkdir /opt/browserless $STD python3 -m pip install playwright -$STD git clone https://github.com/browserless/chrome /opt/browserless +$STD git clone -b v1 https://github.com/browserless/chrome /opt/browserless $STD npm install --prefix /opt/browserless $STD npm run build --prefix /opt/browserless $STD npm prune production --prefix /opt/browserless