From 787ecd7953242fb4054e0848179ce117f42756d0 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 8 Aug 2024 14:23:15 +0200 Subject: [PATCH] Install Oh My Posh system wide --- scripts/Windows/Software/Oh My Posh/Manage.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {