General: Remove stray echo
This commit is contained in:
parent
cf60ea9c6f
commit
ad23439d9d
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -694,7 +694,7 @@ get_cpu() {
|
|||
speed="$(< "${speed_dir}/cpuinfo_max_freq")"
|
||||
|
||||
speed="$((speed / 100000))"
|
||||
echo "$speed"
|
||||
|
||||
else
|
||||
speed="$(awk -F ': |\\.' '/cpu MHz/ {printf $2; exit}' /proc/cpuinfo)"
|
||||
speed="$((speed / 100))"
|
||||
|
|
Loading…
Reference in a new issue