From d2338ce6a74eedc94dc1aa83799c0df01fee267b Mon Sep 17 00:00:00 2001 From: marvzhang Date: Thu, 30 Jul 2020 14:54:07 +0800 Subject: [PATCH] updated install-chromedriver.sh --- backend/scripts/install-chromedriver.sh | 1 - 1 file changed, 1 deletion(-) 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") \