diff --git a/fetch.sh b/fetch.sh index 6a5acf84..d00707e2 100755 --- a/fetch.sh +++ b/fetch.sh @@ -472,7 +472,7 @@ getcpu () { "Windows") # Get cpu name - cpu="$(grep 'model name' /proc/cpuinfo) @ 4.2GHz" + cpu="$(grep 'model name' /proc/cpuinfo)" cpu=${cpu/model name*: /} cpu=${cpu// /} cpu=${cpu% }