From 270b11a3acf5c8908a773f963f3a41d4c6283e6f Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Tue, 18 Oct 2022 08:57:37 -0500 Subject: [PATCH] Create winget.ps1 --- winget.ps1 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 winget.ps1 diff --git a/winget.ps1 b/winget.ps1 new file mode 100644 index 00000000..fdda0ed1 --- /dev/null +++ b/winget.ps1 @@ -0,0 +1,3 @@ +Install-PackageProvider NuGet -Force; +Set-PSRepository PSGallery -InstallationPolicy Trusted +Install-Script -Name winget-install -Force \ No newline at end of file