[macOS] brew --cask option fix. (#2325)

* [macOS] brew --cask option fix.

* removed curl from HS

* return curl back
This commit is contained in:
Darii Nurgaleev
2020-12-22 14:48:31 +07:00
committed by GitHub
parent 9da3c0764a
commit 0d93dd2fc9
9 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ echo "Installing Chrome..."
brew_cask_install_ignoring_sha256 "google-chrome"
echo "Installing Chrome Driver"
brew cask install chromedriver
brew install --cask chromedriver
echo "Installing Selenium"
brew install selenium-server-standalone