diff --git a/scripts/Windows/Software/chocolatey/profile.ps1 b/scripts/Windows/Software/chocolatey/profile.ps1 index c9af04c3..07395bd1 100644 --- a/scripts/Windows/Software/chocolatey/profile.ps1 +++ b/scripts/Windows/Software/chocolatey/profile.ps1 @@ -3,4 +3,4 @@ if (-not (Test-Path -PathType Leaf $PROFILE)) { New-Item -Force $PROFILE; } -choco install --force chocolatey; +choco install -y --force chocolatey;