Skip to content

Commit

Permalink
Install winget
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Oct 7, 2021
1 parent f5d6091 commit 7a1f938
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/install-winget.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
curl.exe -Lo $env:TEMP\VCLibs.appx https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx
Add-AppxPackage $env:TEMP\VCLibs.appx

curl.exe -Lo $env:TEMP\WinGet.msixbundle https://github.com/microsoft/winget-cli/releases/download/v1.1.12653/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
Add-AppxPackage $env:TEMP\WinGet.msixbundle

0 comments on commit 7a1f938

Please sign in to comment.