From 890be3afbc4b67cca50f9ed4e02ff9e09d6d6a0a Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:31:46 +1000 Subject: [PATCH] Update flaresolverr-install.sh should close #72 --- install/flaresolverr-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/flaresolverr-install.sh b/install/flaresolverr-install.sh index 44b6588dc..c70a5e6d7 100644 --- a/install/flaresolverr-install.sh +++ b/install/flaresolverr-install.sh @@ -24,7 +24,7 @@ $STD apt-get install -y xvfb $STD apt-get install -y wget $STD apt-get install -y git $STD apt-get install -y openssh-server -$STD apt-get install -y chromium=126.0.6478.126-1~deb12u1 +$STD apt-get install -y chromium-common=128.0.6613.84-1~deb12u1 $STD apt-mark hold chromium msg_ok "Installed Dependencies" @@ -42,7 +42,7 @@ $STD pip install -r /opt/flaresolverr/requirements.txt msg_ok "Installed FlareSolverr" msg_info "Installing Chrome Webdriver" -wget https://github.com/electron/electron/releases/download/v31.1.0/chromedriver-v31.1.0-linux-arm64.zip -O /opt/flaresolverr/webdriver.zip +wget https://github.com/electron/electron/releases/download/v31.1.0/chromedriver-v32.0.1-linux-arm64.zip -O /opt/flaresolverr/webdriver.zip cd /opt/flaresolverr unzip -q webdriver.zip chromedriver sed -i 's|^PATCHED_DRIVER_PATH = None|PATCHED_DRIVER_PATH = "/opt/flaresolverr/chromedriver"|' ./src/utils.py