winutil/winget.ps1

3 lines
135 B
PowerShell
Raw Normal View History

2022-10-18 08:57:37 -05:00
Install-PackageProvider NuGet -Force;
Set-PSRepository PSGallery -InstallationPolicy Trusted
Install-Script -Name winget-install -Force