mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 11:14:05 +00:00
Change directory before extracting chromedriver
This commit is contained in:
parent
8dd1006d1f
commit
6c1cb3e4df
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ else
|
|||
brew install chromedriver
|
||||
else
|
||||
mkdir -p "${HOME}/bin"
|
||||
cd "${HOME}/bin"
|
||||
wget 'http://chromedriver.storage.googleapis.com/2.21/chromedriver_linux64.zip'
|
||||
unzip -o chromedriver_linux64.zip && rm -f chromedriver_linux64.zip
|
||||
chmod 755 chromedriver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue