add posh-git and PS clone to choco demo (#74)

This commit is contained in:
Yosef Durr
2018-10-06 20:58:02 -07:00
committed by GitHub
parent d488050ca9
commit f59fe23b7c

View File

@@ -39,6 +39,7 @@ executeScript "Docker.ps1";
choco install powershell-core choco install powershell-core
choco install azure-cli choco install azure-cli
Install-Module -Force Az Install-Module -Force Az
Install-Module -Force posh-git
choco install microsoftazurestorageexplorer choco install microsoftazurestorageexplorer
choco install terraform choco install terraform
@@ -57,6 +58,7 @@ cd C:\github
git.exe clone https://github.com/microsoft/windows-dev-box-setup-scripts git.exe clone https://github.com/microsoft/windows-dev-box-setup-scripts
git.exe clone https://github.com/microsoft/winappdriver git.exe clone https://github.com/microsoft/winappdriver
git.exe clone https://github.com/microsoft/wsl git.exe clone https://github.com/microsoft/wsl
git.exe clone https://github.com/PowerShell/PowerShell
# set desktop wallpaper # set desktop wallpaper
Invoke-WebRequest -Uri 'http://chocolateyfest.com/wp-content/uploads/2018/05/img-bg-front-page-header-NO_logo-opt.jpg' -Method Get -ContentType image/jpeg -OutFile 'C:\github\chocofest.jpg' Invoke-WebRequest -Uri 'http://chocolateyfest.com/wp-content/uploads/2018/05/img-bg-front-page-header-NO_logo-opt.jpg' -Method Get -ContentType image/jpeg -OutFile 'C:\github\chocofest.jpg'