From ace8b1139a3e74dbff4ae965688c5f14b6f2806e Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 28 Jun 2025 20:27:25 -0400 Subject: [PATCH] Update StackMonkey.ps1 --- StackMonkey.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index 1546030..b093626 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -109,7 +109,8 @@ if (-not (Get-PackageProvider -Name NuGet -ListAvailable -ErrorAction SilentlyCo -Name NuGet ` -MinimumVersion 2.8.5.201 ` -Force ` - -Confirm:$false + -Confirm:$false ` + | Out-Null } # import it so Register-PSRepository / Install-Module won't prompt