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