Fix iOS version
This commit is contained in:
parent
7c24e19264
commit
421f1ad52d
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -501,7 +501,7 @@ getdistro () {
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"iPhone OS")
|
"iPhone OS")
|
||||||
distro="iOS $(sw_vers | awk '/ProductVersion:/ {printf $2}')"
|
distro="iOS $(awk '/OS-Version:/ {printf $4}' /var/logs/AppleSupport/general.log)"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"OpenBSD")
|
"OpenBSD")
|
||||||
|
|
Loading…
Reference in a new issue