mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 18:24:27 +08:00
Fixed color output
This commit is contained in:
parent
2d6a6ba5d9
commit
3719fee8a3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue