Skip to content

Instantly share code, notes, and snippets.

@fernyb
Last active August 28, 2015 18:27
Show Gist options
  • Save fernyb/4c45869942691118effd to your computer and use it in GitHub Desktop.
Save fernyb/4c45869942691118effd to your computer and use it in GitHub Desktop.
#!/bin/bash
wget http://chromedriver.storage.googleapis.com/2.16/chromedriver_linux64.zip
unzip chromedriver_linux64.zip
sudo chmod +x chromedriver
sudo chown root:root chromedriver
sudo mv chromedriver /usr/local/bin
wget http://chrome.richardlloyd.org.uk/install_chrome.sh
chmod u+x install_chrome.sh
sudo ./install_chrome.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment