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") {