install chromedriver linux command line
sudo apt-get install unzip &&
a=$(uname -m) &&
rm -r /tmp/chromedriver/
mkdir /tmp/chromedriver/ &&
wget -O /tmp/chromedriver/LATEST_RELEASE http://chromedriver.storage.googleapis.com/LATEST_RELEASE &&
if [ $a == i686 ]; then b=32; elif [ $a == x86_64 ]; then b=64; fi &&
latest=$(cat /tmp/chromedriver/LATEST_RELEASE) &&
wget -O /tmp/chromedriver/chromedriver.zip 'http://chromedriver.storage.googleapis.com/'$latest'/chromedriver_linux'$b'.zip' &&
sudo unzip /tmp/chromedriver/chromedriver.zip chromedriver -d /usr/local/bin/ &&
echo 'success?'wget https://chromedriver.storage.googleapis.com/2.41/chromedriver_linux64.zip
unzip chromedriver_linux64.zip
Also in Shell:
- show remote git
- ubuntu remove temp files
- add-apt-repository
- how to check if ip is up bash script
- linux move file
- compare local git branch with remote
- list all the files in a directory without the directory in linux
- kill all screens linux
- tcr test commit revert
- remove file history from git
- cmd rename multiple folders
- how to know partition of current directory
- check ubuntu version cmd
- ufw allow postgresql
- run python program from command line
- comment in shell script
- create symbolic link linux
- react native
- changing folder permission in linux
- git checkout branch
- git take ours
- linux view services
- shell promt user input
- powershell foreach