Fixed doubled speed for real this time
This commit is contained in:
parent
8ce6cee20e
commit
f6a30f827c
2
fetch.sh
2
fetch.sh
|
@ -472,7 +472,7 @@ getcpu () {
|
||||||
|
|
||||||
"Windows")
|
"Windows")
|
||||||
# Get cpu name
|
# Get cpu name
|
||||||
cpu="$(grep 'model name' /proc/cpuinfo) @ 4.2GHz"
|
cpu="$(grep 'model name' /proc/cpuinfo)"
|
||||||
cpu=${cpu/model name*: /}
|
cpu=${cpu/model name*: /}
|
||||||
cpu=${cpu// /}
|
cpu=${cpu// /}
|
||||||
cpu=${cpu% }
|
cpu=${cpu% }
|
||||||
|
|
Reference in New Issue