diff --git a/neofetch b/neofetch index e19836fe..67a192bb 100755 --- a/neofetch +++ b/neofetch @@ -501,7 +501,7 @@ getdistro () { ;; "iPhone OS") - distro="iOS $(sw_vers -productVersion)" + distro="iOS $(sw_vers | awk '/ProductVersion:/ {printf $2}')" ;; "OpenBSD")