diff --git a/scripts/Windows/Software/Oh My Posh/Manage.ps1 b/scripts/Windows/Software/Oh My Posh/Manage.ps1 index 74069eec..baf44375 100644 --- a/scripts/Windows/Software/Oh My Posh/Manage.ps1 +++ b/scripts/Windows/Software/Oh My Posh/Manage.ps1 @@ -12,7 +12,7 @@ Start-SoftwareInstaller @PSBoundParameters ` [scriptblock] $Installer ) - Install-WingetPackage JanDeDobbeleer.OhMyPosh; + Install-WingetPackage JanDeDobbeleer.OhMyPosh -ArgumentList "--scope","machine"; & $Installer -Action ([InstallerAction]::Configure); } ` -Configurator {