From 1c0a397594f14b92a65aa17e2de5e9ea8b30e3ea Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 28 Sep 2023 03:50:36 +0200 Subject: [PATCH] Install most recent version of `winget` --- Autounattend.template.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/Autounattend.template.xml b/Autounattend.template.xml index 35f4539..e96d6da 100644 --- a/Autounattend.template.xml +++ b/Autounattend.template.xml @@ -226,6 +226,7 @@ Import-Module $env:ChocolateyInstall/helpers/chocolateyProfile.psm1; + choco install -y winget; 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;