diff --git a/Autounattend.template.xml b/Autounattend.template.xml index 2b77984..857787f 100644 --- a/Autounattend.template.xml +++ b/Autounattend.template.xml @@ -228,8 +228,7 @@ choco install -y git --params='/WindowsTerminalProfile /DefaultBranchName:main'; choco install -y powershell-core --install-arguments='"ADD_FILE_CONTEXT_MENU_RUNPOWERSHELL=1 ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 REGISTER_MANIFEST=1 USE_MU=1 ENABLE_MU=1"'; refreshenv; -if (-not $(Get-Command winget)) -{ +if (-not $(Get-Command winget)) { choco install -y winget; }