From 703f4ac71d5d63de21379427d044a6120e1996f5 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 70200f10..cb961ab5 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -320,6 +320,7 @@ $null = New-Module { if (Test-Collection "essential") { # Essentials + & "$softwarePath/aliae/Manage.ps1" @arguments; & "$softwarePath/git/Manage.ps1" @arguments; & "$softwarePath/OpenSSH/Manage.ps1" @arguments; & "$softwarePath/PowerShell/Manage.ps1" @arguments;