Skip to content

Commit f59fe23

Browse files
authored
add posh-git and PS clone to choco demo (#74)
1 parent d488050 commit f59fe23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

demos/chocolateyfest2018.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ executeScript "Docker.ps1";
3939
choco install powershell-core
4040
choco install azure-cli
4141
Install-Module -Force Az
42+
Install-Module -Force posh-git
4243
choco install microsoftazurestorageexplorer
4344
choco install terraform
4445

@@ -57,6 +58,7 @@ cd C:\github
5758
git.exe clone https://github.com/microsoft/windows-dev-box-setup-scripts
5859
git.exe clone https://github.com/microsoft/winappdriver
5960
git.exe clone https://github.com/microsoft/wsl
61+
git.exe clone https://github.com/PowerShell/PowerShell
6062

6163
# set desktop wallpaper
6264
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

Comments
 (0)