Fix CPU output on ios
This commit is contained in:
parent
609005874a
commit
38f9ebcb4c
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -947,6 +947,7 @@ getcpu () {
|
||||||
cores=$(sysctl -n hw.ncpu)
|
cores=$(sysctl -n hw.ncpu)
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"iPhone OS") ;;
|
||||||
*)
|
*)
|
||||||
case "$distro" in
|
case "$distro" in
|
||||||
"OpenBSD"* | "FreeBSD"*)
|
"OpenBSD"* | "FreeBSD"*)
|
||||||
|
|
Loading…
Reference in a new issue