From 70891895214cf74d2640151fe9a31e1dfd6a345a Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 8 May 2016 11:35:22 +1000 Subject: [PATCH] Test? --- neofetch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index da42867a..60dc8072 100755 --- a/neofetch +++ b/neofetch @@ -501,7 +501,8 @@ getdistro () { ;; "iPhone OS") - distro="iOS $(awk '/OS-Version:/ {printf $4}' /var/logs/AppleSupport/general.log)" + # distro="iOS $(awk '/OS-Version:/ {printf $4}' /var/logs/AppleSupport/general.log)" + distro="iOS" ;; "OpenBSD")