From 7770ef04a1eff5843f31fd5871b76b3a0069f3b7 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 7 Aug 2024 21:37:33 +0200 Subject: [PATCH] Pass arguments to software script --- 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 73d1e788..7e4046fc 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -183,7 +183,7 @@ $null = New-Module { if (Test-Collection "essential") { # Essentials . "$softwarePath/OpenSSH/Manage.ps1" @arguments; - . "$softwarePath/PowerShell/Manage.ps1"; + . "$softwarePath/PowerShell/Manage.ps1" @arguments; } if (Test-Collection "common") {