From 98d06dfc07157415425f4eef0c7a5e4fa27f1611 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 24 Aug 2024 14:11:38 +0200 Subject: [PATCH] Update incorrect path --- scripts/Windows/OS/Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index a59a0041..34b89f61 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -318,7 +318,7 @@ $null = New-Module { if (Test-Collection "essential") { # Essentials - & "$softwarePath/aliae/Manage.ps1" @arguments; + & "$softwarePath/aliae/Main.ps1" @arguments; & "$softwarePath/OpenSSH/Manage.ps1" @arguments; & "$softwarePath/PowerShell/Manage.ps1" @arguments; & "$softwarePath/chocolatey/Manage.ps1" @arguments;