From f59fe23b7c60152d7c87aa2e2599c939b34088a7 Mon Sep 17 00:00:00 2001 From: Yosef Durr Date: Sat, 6 Oct 2018 20:58:02 -0700 Subject: [PATCH] add posh-git and PS clone to choco demo (#74) --- demos/chocolateyfest2018.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demos/chocolateyfest2018.ps1 b/demos/chocolateyfest2018.ps1 index a39fa26..df72a89 100644 --- a/demos/chocolateyfest2018.ps1 +++ b/demos/chocolateyfest2018.ps1 @@ -39,6 +39,7 @@ executeScript "Docker.ps1"; choco install powershell-core choco install azure-cli Install-Module -Force Az +Install-Module -Force posh-git choco install microsoftazurestorageexplorer 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/winappdriver git.exe clone https://github.com/microsoft/wsl +git.exe clone https://github.com/PowerShell/PowerShell # 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'