feat: Improve CPU detection

This commit is contained in:
Kroese
2024-11-17 10:37:11 +01:00
committed by GitHub
parent daeaf869e7
commit ca4211e8c6

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"