diff --git a/scripts/Windows/Software/Oh My Posh/Install.ps1 b/scripts/Windows/Software/Oh My Posh/Install.ps1 index bf605649..268a4db5 100644 --- a/scripts/Windows/Software/Oh My Posh/Install.ps1 +++ b/scripts/Windows/Software/Oh My Posh/Install.ps1 @@ -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;