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;