Install aliae by default

This commit is contained in:
Manuel Thalmann 2024-08-23 23:46:23 +02:00
parent b10ce84812
commit 3ec8df86a3

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;