From 02822687e2adfbc3a42ed0c8e9501d757865c547 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 23 Aug 2024 23:46:23 +0200 Subject: [PATCH] Install `aliae` by default --- scripts/Windows/OS/Install.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 45e53b17..ff5cac57 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -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;