diff --git a/fetch b/fetch index 7c60395b..546f3195 100755 --- a/fetch +++ b/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/\./} ;;