From 4145e811df49799ff2761e20ce58756cbe3f02ab Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 20 Apr 2025 21:43:02 +0200 Subject: [PATCH] feat: Improve CPU detection (#980) --- 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"