From 12a83c75b79bcd706ab41d1454449c8fbe914f7f Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Tue, 18 Oct 2022 17:28:17 -0500 Subject: [PATCH] Update winget.ps1 --- winget.ps1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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