Updated some scripts

This commit is contained in:
Markus Fleschutz
2024-01-27 09:55:14 +01:00
parent 1e227f3ba4
commit abb97e1c9f
4 changed files with 7 additions and 7 deletions

View File

@ -42,7 +42,7 @@ function GetCPUTemperature {
}
try {
Write-Progress "Querying CPU status... "
Write-Progress "Querying the CPU status... "
$status = ""
$arch = GetCPUArchitecture
if ($IsLinux) {