winutil/winget.ps1

4 lines
125 B
PowerShell
Raw Normal View History

2022-10-20 09:10:20 -05:00
Set-PSRepository -Name 'PSGallery' -InstallationPolicy Trusted
2022-10-18 17:28:17 -05:00
Install-Script -Name winget-install -Force
winget-install.ps1