Fix incorrect winget syntax

This commit is contained in:
Manuel Thalmann 2024-03-12 15:11:26 +01:00
parent 30e020fe7d
commit 16a32703f8

View file

@ -3,5 +3,5 @@ param($context);
. "$PSScriptRoot/../../Scripts/Context.ps1";
[Context] $context = $context;
winget install --accept-source-agreements --accept-package-agreements -s winget --scope machine JanDeDobbeleer.OhMyPosh;
winget install --accept-source-agreements --accept-package-agreements -s winget --scope machine -e --id JanDeDobbeleer.OhMyPosh;
. "$PSScriptRoot/../../Config/Oh My Posh/Install.ps1" $context;