Fixed missing *

master
Dylan 10 years ago
parent 515e2fb886
commit ba88942bcd
  1. 2
      fetch

@ -554,7 +554,7 @@ getcpu () {
# Get cpu speed
case "$distro" in
*"buntu")
*"buntu"*)
speed=$(awk -F ': ' '/cpu Mhz/ {printf $2}' /proc/cpuinfo)
speed=${speed/\./}
;;

Loading…
Cancel
Save