mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 10:11:58 +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) {
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue