[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

@@ -7,7 +7,7 @@ echo Installing Azure CLI...
brew install azure-cli
echo Installing PowerShell...
brew cask install powershell
brew install --cask powershell
# A dummy call of `az` to initialize ~/.azure directory before the modules are installed
az -v