Fix non-functioning aliae installation

This commit is contained in:
Manuel Thalmann 2024-08-27 18:55:12 +02:00
parent 90db794e42
commit 4c9d3a78d3

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)
} ` } `