feat: Improve CPU detection (#854)

This commit is contained in:
Kroese
2024-11-20 13:13:43 +01:00
committed by GitHub
parent d00fe4b3eb
commit ff3744ead9
2 changed files with 5 additions and 8 deletions

View File

@@ -67,6 +67,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"