Allow unawaited installation of chocolatey

This commit is contained in:
Manuel Thalmann 2023-07-18 18:06:44 +02:00
parent a05023897c
commit 86b0a50766

View file

@ -3,4 +3,4 @@ if (-not (Test-Path -PathType Leaf $PROFILE)) {
New-Item -Force $PROFILE;
}
choco install --force chocolatey;
choco install -y --force chocolatey;