Create winget.ps1

This commit is contained in:
Chris Titus 2022-10-18 08:57:37 -05:00
parent 07f21a4eb4
commit 270b11a3ac

3
winget.ps1 Normal file
View File

@ -0,0 +1,3 @@
Install-PackageProvider NuGet -Force;
Set-PSRepository PSGallery -InstallationPolicy Trusted
Install-Script -Name winget-install -Force