diff --git a/src/reset.sh b/src/reset.sh index 76efec1..159d829 100644 --- a/src/reset.sh +++ b/src/reset.sh @@ -64,6 +64,8 @@ if [ -z "${CPU// /}" ] && grep -qi "model:" <<< "$CPI"; then fi CPU="${CPU// CPU/}" +CPU="${CPU// 16 Core/}" +CPU="${CPU// Processor/}" CPU="${CPU// Quad core/}" CPU="${CPU// with Radeon Graphics/}" [ -z "${CPU// /}" ] && CPU="Unknown"