Apply Choco Best Practices (#77)

* (maint) Corrected whitespace

* (GH-15) Apply Choco Best Practices
This commit is contained in:
Gary Ewan Park
2018-10-18 13:08:15 +01:00
committed by Yosef Durr
parent f59fe23b7c
commit ee2a2cf65b
11 changed files with 40 additions and 40 deletions

View File

@@ -35,11 +35,11 @@ executeScript "WSL.ps1";
RefreshEnv
executeScript "Docker.ps1";
choco install powershell-core
choco install azure-cli
choco install -y powershell-core
choco install -y azure-cli
Install-Module -Force Az
choco install microsoftazurestorageexplorer
choco install terraform
choco install -y microsoftazurestorageexplorer
choco install -y terraform
# Install tools in WSL instance
write-host "Installing tools inside the WSL distro..."