From 767cd93f38fa368c1f02b01f919ac6672867b2ee Mon Sep 17 00:00:00 2001 From: Andrew Titmuss Date: Fri, 26 May 2017 09:21:22 +1000 Subject: [PATCH] change output for iPhone 5, fixes #730 --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index fb9d320e..ea2c4e93 100755 --- a/neofetch +++ b/neofetch @@ -263,7 +263,7 @@ get_model() { "iPhone2,1") model="iPhone 3GS" ;; "iPhone3,"[1-3]) model="iPhone 4" ;; "iPhone4,1") model="iPhone 4S" ;; - "iPhone5,"[1-2]) model="iPhone 4" ;; + "iPhone5,"[1-2]) model="iPhone 5" ;; "iPhone5,"[3-4]) model="iPhone 5c" ;; "iPhone6,"[1-2]) model="iPhone 5s" ;; "iPhone7,2") model="iPhone 6" ;;