Skip to content

Commit 3e893a0

Browse files
author
Rasmus Bækgaard
committed
Update Nuget installer format
1 parent d5f5a20 commit 3e893a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GitSetup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function CheckPowerShellVersion
3838
Write-Error "You are not running PowerShell version 5+! Please upgrade."
3939
}
4040

41-
Install-PackageProvider NuGet -Force
41+
Get-PackageProvider -Name "NuGet" | Install-PackageProvider -Force
4242
Import-PackageProvider NuGet -Force
4343
}
4444

0 commit comments

Comments
 (0)