Fix non-functioning aliae
installation
This commit is contained in:
parent
bcb2845cd4
commit
d79eba132c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
} `
|
||||
|
|
Loading…
Reference in a new issue