Update src/svsmsp.install.ps1

This commit is contained in:
2026-02-26 16:16:50 -05:00
parent 02cf73964c
commit e6842b37f5

View File

@@ -1,4 +1,3 @@
function Install-SVSMSP { function Install-SVSMSP {
[CmdletBinding()] [CmdletBinding()]
param ( param (
@@ -307,7 +306,7 @@ function Install-SVSMSP {
<# Function as is before we attempted to have it attempt to use <# Function as is before we attempted to have it attempt to use
Prefer PSResourceGet when it exists (and your ProGet v3 index works). Prefer PSResourceGet when it exists (and your ProGet v3 index works).
Fallback to PowerShellGet v2 (Register-PSRepository / Install-Module) if PSResourceGet isnt 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. 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 { function Install-SVSMSP {