Apply Choco Best Practices (#77)
* (maint) Corrected whitespace * (GH-15) Apply Choco Best Practices
This commit is contained in:
committed by
Yosef Durr
parent
f59fe23b7c
commit
ee2a2cf65b
@@ -36,12 +36,12 @@ 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
|
||||
Install-Module -Force posh-git
|
||||
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..."
|
||||
@@ -49,8 +49,8 @@ Ubuntu1804 run apt install ansible -y
|
||||
Ubuntu1804 run apt install nodejs -y
|
||||
|
||||
# personalize
|
||||
choco install microsoft-teams
|
||||
choco install office365business
|
||||
choco install -y microsoft-teams
|
||||
choco install -y office365business
|
||||
|
||||
# checkout recent projects
|
||||
mkdir C:\github
|
||||
|
||||
Reference in New Issue
Block a user