From 001c42fe3a31bb8d82b6f3eeb6879a948f31cddc Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 20 Apr 2025 21:42:45 +0200 Subject: [PATCH] feat: Improve CPU detection --- src/utils.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils.sh b/src/utils.sh index ed53adc..c9d5298 100644 --- a/src/utils.sh +++ b/src/utils.sh @@ -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"