diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 8999af53..0d6b6600 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -182,7 +182,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") {