diff --git a/scripts/Common/Software/aliae/Main.ps1 b/scripts/Common/Software/aliae/Main.ps1 index 7199a15d..92783f3d 100644 --- a/scripts/Common/Software/aliae/Main.ps1 +++ b/scripts/Common/Software/aliae/Main.ps1 @@ -41,7 +41,7 @@ Start-SoftwareInstaller @PSBoundParameters ` & ([scriptblock]::Create((aliae init pwsh))); } - & ([scriptblock]::Create((aliae completion powershell))); + aliae completion powershell | Out-String | Invoke-Expression; } ) -join [System.Environment]::NewLine) } `