From dc78526f6e64634c376f6cf20c6a0f3fcc5eabda Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 30 Sep 2024 05:00:34 +0200 Subject: [PATCH] Install `aliae` globally --- scripts/Windows/Software/aliae/Main.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Windows/Software/aliae/Main.ps1 b/scripts/Windows/Software/aliae/Main.ps1 index a14e9dbd..ad9ec3fa 100644 --- a/scripts/Windows/Software/aliae/Main.ps1 +++ b/scripts/Windows/Software/aliae/Main.ps1 @@ -7,7 +7,7 @@ Start-SoftwareInstaller @args ` -Installer { - Install-WingetPackage JanDeDobbeleer.Aliae; + Install-WingetPackage JanDeDobbeleer.Aliae -ArgumentList "--scope","machine"; } ` -Configurator { . $base -Action ([InstallerAction]::Configure) @args;