Fixed color output
This commit is contained in:
@@ -69,7 +69,8 @@ clone_script:
|
|||||||
Function WSLExec($Text, $Cmd) {
|
Function WSLExec($Text, $Cmd) {
|
||||||
Write-Host "$Text"
|
Write-Host "$Text"
|
||||||
wsl -- bash -c $Cmd
|
wsl -- bash -c $Cmd
|
||||||
Write-Host "$Text[ OK ]" -ForegroundColor Green
|
Write-Host "$Text" -NoNewLine
|
||||||
|
Write-Host "[ OK ]" -ForegroundColor Green
|
||||||
}
|
}
|
||||||
|
|
||||||
$WSLInstallTime=[System.Environment]::TickCount
|
$WSLInstallTime=[System.Environment]::TickCount
|
||||||
|
|||||||
Reference in New Issue
Block a user