Allow unawaited installation of chocolatey
This commit is contained in:
parent
fcf7fa75e4
commit
7c0c84d2dd
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ if (-not (Test-Path -PathType Leaf $PROFILE)) {
|
|||
New-Item -Force $PROFILE;
|
||||
}
|
||||
|
||||
choco install --force chocolatey;
|
||||
choco install -y --force chocolatey;
|
||||
|
|
Loading…
Reference in a new issue