Fix non-functioning aliae installation

This commit is contained in:
Manuel Thalmann 2024-08-27 18:55:12 +02:00
parent d55b65fc7a
commit 3f5221f0ed

View file

@ -41,7 +41,7 @@ Start-SoftwareInstaller @PSBoundParameters `
& ([scriptblock]::Create((aliae init pwsh))); & ([scriptblock]::Create((aliae init pwsh)));
} }
& ([scriptblock]::Create((aliae completion powershell))); aliae completion powershell | Out-String | Invoke-Expression;
} }
) -join [System.Environment]::NewLine) ) -join [System.Environment]::NewLine)
} ` } `