Pass arguments to software script

This commit is contained in:
Manuel Thalmann 2024-08-07 21:37:33 +02:00
parent 3d5d79a6e1
commit 6e5c8fdc69

View file

@ -183,7 +183,7 @@ $null = New-Module {
if (Test-Collection "essential") { if (Test-Collection "essential") {
# Essentials # Essentials
. "$softwarePath/OpenSSH/Manage.ps1" @arguments; . "$softwarePath/OpenSSH/Manage.ps1" @arguments;
. "$softwarePath/PowerShell/Manage.ps1"; . "$softwarePath/PowerShell/Manage.ps1" @arguments;
} }
if (Test-Collection "common") { if (Test-Collection "common") {