Skip to content

Commit

Permalink
proper string
Browse files Browse the repository at this point in the history
  • Loading branch information
shazarre committed Aug 24, 2023
1 parent 212bbc1 commit c649feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install_chrome_headless.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c649feb

Please sign in to comment.