diff --git a/winget.ps1 b/winget.ps1 index fdda0ed1..72106782 100644 --- a/winget.ps1 +++ b/winget.ps1 @@ -1,3 +1,2 @@ -Install-PackageProvider NuGet -Force; -Set-PSRepository PSGallery -InstallationPolicy Trusted -Install-Script -Name winget-install -Force \ No newline at end of file +Install-Script -Name winget-install -Force +winget-install.ps1