diff --git a/scripts/init.ps1 b/scripts/init.ps1 index 9725ed9..1fa80cf 100644 --- a/scripts/init.ps1 +++ b/scripts/init.ps1 @@ -44,6 +44,8 @@ process { Repository = 'PSGallery' TrustRepository = $true Prerelease = $Prerelease + Reinstall = $true + WarningAction = 'SilentlyContinue' } if ($Version) { $params['Version'] = $Version