We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d488050 commit f59fe23Copy full SHA for f59fe23
1 file changed
demos/chocolateyfest2018.ps1
@@ -39,6 +39,7 @@ executeScript "Docker.ps1";
39
choco install powershell-core
40
choco install azure-cli
41
Install-Module -Force Az
42
+Install-Module -Force posh-git
43
choco install microsoftazurestorageexplorer
44
choco install terraform
45
@@ -57,6 +58,7 @@ cd C:\github
57
58
git.exe clone https://github.com/microsoft/windows-dev-box-setup-scripts
59
git.exe clone https://github.com/microsoft/winappdriver
60
git.exe clone https://github.com/microsoft/wsl
61
+git.exe clone https://github.com/PowerShell/PowerShell
62
63
# set desktop wallpaper
64
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'
0 commit comments