Last active
August 28, 2015 18:27
-
-
Save fernyb/4c45869942691118effd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/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