Skip to content

Commit

Permalink
Merge pull request #6 from nanasess/remove-archve
Browse files Browse the repository at this point in the history
Remove chromedrive_*.zip
  • Loading branch information
nanasess authored Jan 6, 2020
2 parents 4369852 + cb1974f commit 835cae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/setup-chromedriver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ fi
wget -c -nc --retry-connrefused --tries=0 https://chromedriver.storage.googleapis.com/${VERSION}/chromedriver_${ARCH}.zip
unzip -o -q chromedriver_${ARCH}.zip
sudo mv chromedriver /usr/local/bin/chromedriver
rm chromedriver_${ARCH}.zip

0 comments on commit 835cae6

Please sign in to comment.