Skip to content

Commit

Permalink
Fix move chromedriver to /usr/local/bin of under 115
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Jul 27, 2023
1 parent 031f9d9 commit 0741c8d
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 @@ -50,6 +50,7 @@ if [ "$UNDER115" -eq 1 ]; then

curl --location --fail --retry 10 -O 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
else
if [ "$VERSION" == "" ]; then
Expand Down

0 comments on commit 0741c8d

Please sign in to comment.