Install aliae
globally
This commit is contained in:
parent
14b0ffe24b
commit
dc78526f6e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue