Fixed doubled speed for real this time
This commit is contained in:
parent
8ce6cee20e
commit
f6a30f827c
1 changed files with 1 additions and 1 deletions
2
fetch.sh
2
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% }
|
||||
|
|
Loading…
Reference in a new issue