Fix model bug for realsies this time
This commit is contained in:
parent
7089189521
commit
68cb460f78
1 changed files with 4 additions and 2 deletions
6
neofetch
6
neofetch
|
@ -501,8 +501,10 @@ getdistro () {
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"iPhone OS")
|
"iPhone OS")
|
||||||
# distro="iOS $(awk '/OS-Version:/ {printf $4}' /var/logs/AppleSupport/general.log)"
|
distro="iOS $(sw_vers -productVersion)"
|
||||||
distro="iOS"
|
|
||||||
|
# "uname -m" doesn't print architecture on iOS so we force it off.
|
||||||
|
os_arch="off"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"OpenBSD")
|
"OpenBSD")
|
||||||
|
|
Loading…
Reference in a new issue