feat: Improve CPU detection (#172)
This commit is contained in:
parent
2ff8e929b5
commit
4cbec8a9b5
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@ fi
|
|||
|
||||
CPU="${CPU// CPU/}"
|
||||
CPU="${CPU// 16 Core/}"
|
||||
CPU="${CPU// 32 Core/}"
|
||||
CPU="${CPU// 64 Core/}"
|
||||
CPU="${CPU// Processor/}"
|
||||
CPU="${CPU// Quad core/}"
|
||||
CPU="${CPU// Core TM/ Core}"
|
||||
|
|
Loading…
Reference in a new issue