diff --git a/backend/scripts/install-chromedriver.sh b/backend/scripts/install-chromedriver.sh index 6582e872..783c2332 100644 --- a/backend/scripts/install-chromedriver.sh +++ b/backend/scripts/install-chromedriver.sh @@ -14,7 +14,6 @@ export DEBIAN_FRONTEND=noninteractive \ && apt install --no-install-recommends --no-install-suggests -y \ /tmp/chrome.deb \ && CHROMIUM_FLAGS='--no-sandbox --disable-dev-shm-usage' \ - # Patch Chrome launch script and append CHROMIUM_FLAGS to the last line: && sed -i '${s/$/'" $CHROMIUM_FLAGS"'/}' /opt/google/chrome/google-chrome \ && BASE_URL=https://chromedriver.storage.googleapis.com \ && VERSION=$(curl -sL "$BASE_URL/LATEST_RELEASE") \