Created
June 10, 2020 09:03
-
-
Save Gazzell/93a5669f89da4118fcb43b4d1d1e6fbe to your computer and use it in GitHub Desktop.
updates chromedriver to latest version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LATEST_VERSION=$(curl -s https://chromedriver.storage.googleapis.com/LATEST_RELEASE) && wget -O /tmp/chromedriver.zip https://chromedriver.storage.googleapis.com/$LATEST_VERSION/chromedriver_linux64.zip && sudo unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment