1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-06-19 19:27:52 +02:00

Updated install-powershell.ps1

This commit is contained in:
Markus Fleschutz 2024-04-19 16:49:58 +02:00
parent 00d0fb333e
commit 245f6330f9

@ -503,7 +503,7 @@ try {
} }
if (-not $UseMSI) { if (-not $UseMSI) {
Write-Host "PowerShell $release has been installed at $Destination" -noNewline Write-Host "Installed PowerShell $release at $Destination" -noNewline
if ($Destination -eq $PSHOME) { if ($Destination -eq $PSHOME) {
Write-Host " - Please restart pwsh now." Write-Host " - Please restart pwsh now."
} else { } else {