Update src/svsmsp.install.ps1
This commit is contained in:
@@ -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 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.
|
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user