From 7682be552251c5e1ad1e50d6f3ad80d7a274aa5f Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 8 May 2016 11:31:14 +1000 Subject: [PATCH] Remove model name from distro output --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index da42867a..3afe5551 100755 --- a/neofetch +++ b/neofetch @@ -502,6 +502,7 @@ getdistro () { "iPhone OS") distro="iOS $(awk '/OS-Version:/ {printf $4}' /var/logs/AppleSupport/general.log)" + distro=$(printf "%s" "$distro" | awk '{printf $1 $2}') ;; "OpenBSD")