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