Possible fix for model appearing in output
This commit is contained in:
parent
2fd316eb9c
commit
e4a55b8d76
1 changed files with 1 additions and 2 deletions
3
neofetch
3
neofetch
|
@ -501,8 +501,7 @@ getdistro () {
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"iPhone OS")
|
"iPhone OS")
|
||||||
ios_version="$(sw_vers -productVersion)"
|
distro="iOS $(sw_vers -productVersion 2>/dev/null)"
|
||||||
distro="iOS ${ios_version/ *}"
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"OpenBSD")
|
"OpenBSD")
|
||||||
|
|
Loading…
Reference in a new issue