Skip to content

Commit

Permalink
unix script should now work as intended for Debian based linux
Browse files Browse the repository at this point in the history
  • Loading branch information
binhonglee committed May 26, 2017
1 parent 123de79 commit 3991fb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ else
pushd -0
fi
echo
pushd ../
echo "Downloading Chrome Driver..."
if [ $kernel == "Darwin" ]; then
curl -o chromedriver.zip -O https://chromedriver.storage.googleapis.com/2.29/chromedriver_mac64.zip
Expand Down Expand Up @@ -53,5 +54,6 @@ else
sudo apt-get install python-dev
sudo pip install ./
fi
pushd -0
echo "Setup is completed."
read -n1 -r -p "Press any key to continue..." key

0 comments on commit 3991fb4

Please sign in to comment.