Added echo to debug
This commit is contained in:
parent
13f439502b
commit
d80d7e8c17
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -839,6 +839,7 @@ getcpu () {
|
|||
|
||||
"Mac OS X")
|
||||
cpu="$(sysctl -n machdep.cpu.brand_string)"
|
||||
echo "$cpu"
|
||||
cpu=${cpu/ }
|
||||
cores=$(sysctl -n hw.ncpu)
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue