From c649feb1d390bbe8736bf0a8a5ee0814b615c114 Mon Sep 17 00:00:00 2001 From: Leszek Stachowski Date: Thu, 24 Aug 2023 13:18:45 +0200 Subject: [PATCH] proper string --- bin/install_chrome_headless.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install_chrome_headless.sh b/bin/install_chrome_headless.sh index 04d7f63e2cdc..a26f7e358f3f 100755 --- a/bin/install_chrome_headless.sh +++ b/bin/install_chrome_headless.sh @@ -1,7 +1,7 @@ export DISPLAY=:99.0 sh -e /etc/init.d/xvfb start # export CHROMEDRIVER_VERSION=$(curl -s http://chromedriver.storage.googleapis.com/LATEST_RELEASE) -export CHROMEDRIVER_VERSION=`104.0.5112.79` +export CHROMEDRIVER_VERSION='104.0.5112.79' sudo apt update curl -L -O "http://chromedriver.storage.googleapis.com/${CHROMEDRIVER_VERSION}/chromedriver_linux64.zip" unzip chromedriver_linux64.zip