mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-01 11:39:10 +01:00
Update check-cpu.ps1
This commit is contained in:
parent
513c60d5f9
commit
885abeb385
@ -42,7 +42,7 @@ function GetCPUTemperature {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
Write-Progress "Querying the CPU status... "
|
Write-Progress "Querying CPU status... "
|
||||||
$status = "✅"
|
$status = "✅"
|
||||||
$arch = GetCPUArchitecture
|
$arch = GetCPUArchitecture
|
||||||
if ($IsLinux) {
|
if ($IsLinux) {
|
||||||
|
Loading…
Reference in New Issue
Block a user