diff --git a/install/flaresolverr-install.sh b/install/flaresolverr-install.sh index 3cb18522b..3a06f30de 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-common=128.0.6613.84-1~deb12u1 +$STD apt-get install -y chromium-common $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 -q https://github.com/electron/electron/releases/download/v32.0.1/chromedriver-v32.0.1-linux-arm64.zip -O /opt/flaresolverr/webdriver.zip +wget -q https://github.com/electron/electron/releases/download/v32.0.1/chromedriver-v33.2.0-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