Update StackMonkey.ps1

This commit is contained in:
2025-06-28 20:27:25 -04:00
parent 4eade34e34
commit ace8b1139a

View File

@@ -109,7 +109,8 @@ if (-not (Get-PackageProvider -Name NuGet -ListAvailable -ErrorAction SilentlyCo
-Name NuGet ` -Name NuGet `
-MinimumVersion 2.8.5.201 ` -MinimumVersion 2.8.5.201 `
-Force ` -Force `
-Confirm:$false -Confirm:$false `
| Out-Null
} }
# import it so Register-PSRepository / Install-Module won't prompt # import it so Register-PSRepository / Install-Module won't prompt