Install aliae by default

This commit is contained in:
Manuel Thalmann 2024-08-23 23:46:23 +02:00
parent 4b0d0afa4d
commit c97815f065

View file

@ -317,6 +317,7 @@ $null = New-Module {
if (Test-Collection "essential") {
# Essentials
& "$softwarePath/aliae/Manage.ps1" @arguments;
& "$softwarePath/OpenSSH/Manage.ps1" @arguments;
& "$softwarePath/PowerShell/Manage.ps1" @arguments;
& "$softwarePath/chocolatey/Manage.ps1" @arguments;