From 402ac0bc00ae72fe31760fabff79f4e242a8c262 Mon Sep 17 00:00:00 2001 From: Andrew Titmuss Date: Wed, 18 Oct 2017 16:17:52 +1100 Subject: [PATCH] model: fix SC2102 on iPad --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 5c9c5486..9e66c4bc 100755 --- a/neofetch +++ b/neofetch @@ -282,7 +282,7 @@ get_model() { "iPad2,"[1-4]) model="iPad 2" ;; "iPad3,"[1-3]) model="iPad 3" ;; "iPad3,"[4-6]) model="iPad 4" ;; - "iPad6,"[11-12]) model="iPad 5" ;; + "iPad6,11" | "iPad 6,12") model="iPad 5" ;; "iPad4,"[1-3]) model="iPad Air" ;; "iPad5,"[3-4]) model="iPad Air 2" ;; "iPad6,"[7-8]) model="iPad Pro (12.9 Inch)" ;;