feat: Improve CPU detection

This commit is contained in:
Kroese
2025-04-20 21:42:45 +02:00
committed by GitHub
parent fe8615d7d3
commit 001c42fe3a

View File

@@ -147,6 +147,7 @@ cpu() {
cpu="${cpu// Core TM/ Core}"
cpu="${cpu// with Radeon Graphics/}"
cpu="${cpu// with Radeon Vega Graphics/}"
cpu="${cpu// with Radeon Vega Mobile Gfx/}"
[ -z "${cpu// /}" ] && cpu="Unknown"