Fixed color output

This commit is contained in:
Gator96100 2020-09-18 16:47:24 +02:00
parent 2d6a6ba5d9
commit 3719fee8a3

View file

@ -69,7 +69,8 @@ clone_script:
Function WSLExec($Text, $Cmd) {
Write-Host "$Text"
wsl -- bash -c $Cmd
Write-Host "$Text[ OK ]" -ForegroundColor Green
Write-Host "$Text" -NoNewLine
Write-Host "[ OK ]" -ForegroundColor Green
}
$WSLInstallTime=[System.Environment]::TickCount