diff --git a/neofetch b/neofetch index 3afe5551..da42867a 100755 --- a/neofetch +++ b/neofetch @@ -502,7 +502,6 @@ getdistro () { "iPhone OS") distro="iOS $(awk '/OS-Version:/ {printf $4}' /var/logs/AppleSupport/general.log)" - distro=$(printf "%s" "$distro" | awk '{printf $1 $2}') ;; "OpenBSD")