From e6842b37f59a87be7667ed6248d3df2cb39f2935 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Thu, 26 Feb 2026 16:16:50 -0500 Subject: [PATCH] Update src/svsmsp.install.ps1 --- src/svsmsp.install.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/svsmsp.install.ps1 b/src/svsmsp.install.ps1 index e73cc7b..24e6aff 100644 --- a/src/svsmsp.install.ps1 +++ b/src/svsmsp.install.ps1 @@ -1,4 +1,3 @@ - function Install-SVSMSP { [CmdletBinding()] param ( @@ -307,7 +306,7 @@ function Install-SVSMSP { <# Function as is before we attempted to have it attempt to use Prefer PSResourceGet when it exists (and your ProGet v3 index works). -Fallback to PowerShellGet v2 (Register-PSRepository / Install-Module) if PSResourceGet isn’t available. +Fallback to PowerShellGet v2 (Register-PSRepository / Install-Module) if PSResourceGet isn't available. Last-resort fallback to your proven NuGet provider path (Register-PackageSource / Install-Package + optional “promote”) for the cursed endpoints where PSGet v2 explodes. function Install-SVSMSP {