Fix iOS version

This commit is contained in:
Dylan 2016-05-08 11:00:13 +10:00
parent 7c24e19264
commit 421f1ad52d
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ getdistro () {
;;
"iPhone OS")
distro="iOS $(sw_vers | awk '/ProductVersion:/ {printf $2}')"
distro="iOS $(awk '/OS-Version:/ {printf $4}' /var/logs/AppleSupport/general.log)"
;;
"OpenBSD")