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")
|
||||
ios_version="$(sw_vers -productVersion)"
|
||||
distro="iOS ${ios_version/ *}"
|
||||
distro="iOS $(sw_vers -productVersion 2>/dev/null)"
|
||||
;;
|
||||
|
||||
"OpenBSD")
|
||||
|
|
Loading…
Reference in a new issue