Install aliae globally

This commit is contained in:
Manuel Thalmann 2024-09-30 05:00:34 +02:00
parent 14b0ffe24b
commit dc78526f6e

View file

@ -7,7 +7,7 @@
Start-SoftwareInstaller @args ` Start-SoftwareInstaller @args `
-Installer { -Installer {
Install-WingetPackage JanDeDobbeleer.Aliae; Install-WingetPackage JanDeDobbeleer.Aliae -ArgumentList "--scope","machine";
} ` } `
-Configurator { -Configurator {
. $base -Action ([InstallerAction]::Configure) @args; . $base -Action ([InstallerAction]::Configure) @args;