Install aliae
initially
This commit is contained in:
parent
7102320760
commit
a8a144c147
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ function Invoke-WindowsInstallation([Context] $context)
|
|||
|
||||
if (-not $context.Get("MachineWideSoftware")) {
|
||||
Write-Host "Setting up software with default app associations";
|
||||
. "$softwarePath/aliae/Install.ps1" $context;
|
||||
. "$softwarePath/WinSCP/Install.ps1" $context;
|
||||
. "$softwarePath/Thunderbird/Install.ps1" $context;
|
||||
. "$softwarePath/posh-git/Install.ps1";
|
||||
|
|
Loading…
Reference in a new issue