feat: Improve CPU detection (#172)

This commit is contained in:
Kroese 2025-02-06 01:50:29 +01:00 committed by GitHub
parent 2ff8e929b5
commit 4cbec8a9b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,6 +66,8 @@ fi
CPU="${CPU// CPU/}" CPU="${CPU// CPU/}"
CPU="${CPU// 16 Core/}" CPU="${CPU// 16 Core/}"
CPU="${CPU// 32 Core/}"
CPU="${CPU// 64 Core/}"
CPU="${CPU// Processor/}" CPU="${CPU// Processor/}"
CPU="${CPU// Quad core/}" CPU="${CPU// Quad core/}"
CPU="${CPU// Core TM/ Core}" CPU="${CPU// Core TM/ Core}"