From f6a30f827c157a57e4105ab230fe8416498ad454 Mon Sep 17 00:00:00 2001 From: dylan araps Date: Tue, 5 Jan 2016 18:27:51 +1100 Subject: [PATCH] Fixed doubled speed for real this time --- fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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% }