feat: Improve CPU detection
This commit is contained in:
parent
cef08413e3
commit
a6f1df0b6e
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ CPU="${CPU// Processor/}"
|
|||
CPU="${CPU// Quad core/}"
|
||||
CPU="${CPU// Core TM/ Core}"
|
||||
CPU="${CPU// with Radeon Graphics/}"
|
||||
CPU="${CPU// with Radeon Vega Graphics/}"
|
||||
|
||||
[ -z "${CPU// /}" ] && CPU="Unknown"
|
||||
|
||||
# Check system
|
||||
|
|
Loading…
Reference in a new issue