winutil/winget.ps1

3 lines
135 B
PowerShell
Raw Normal View History

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