Install most recent version of winget

This commit is contained in:
Manuel Thalmann 2023-09-28 03:50:36 +02:00
parent 94f37e40c0
commit 1c0a397594

View file

@ -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;