Skip to content

Instantly share code, notes, and snippets.

@Gazzell
Created June 10, 2020 09:03
Show Gist options
  • Save Gazzell/93a5669f89da4118fcb43b4d1d1e6fbe to your computer and use it in GitHub Desktop.
Save Gazzell/93a5669f89da4118fcb43b4d1d1e6fbe to your computer and use it in GitHub Desktop.
updates chromedriver to latest version
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