One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
#!/bin/bash | |
# bash < <(curl -s https://gist.githubusercontent.com/fantactuka/3228898/raw/f0806a64306426ca72f16734ae7cd16c1f84bd87/update-chrome-driver.sh) | |
echo "Updating Chrome Driver" | |
sudo su | |
if [ -e /usr/bin/chromedriver ]; then | |
rm /usr/bin/chromedriver | |
echo "Removing current Chrome Driver from /usr/bin" |