feat: Improve CPU detection
This commit is contained in:
parent
cc57dce4d1
commit
2d31123c9c
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ CPU="${CPU// CPU/}"
|
|||
CPU="${CPU// 16 Core/}"
|
||||
CPU="${CPU// Processor/}"
|
||||
CPU="${CPU// Quad core/}"
|
||||
CPU="${CPU// Core TM/ Core}"
|
||||
CPU="${CPU// with Radeon Graphics/}"
|
||||
[ -z "${CPU// /}" ] && CPU="Unknown"
|
||||
|
||||
|
|
Loading…
Reference in a new issue