mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 09:08:38 +00:00
change output for iPhone 5, fixes #730
This commit is contained in:
2
neofetch
2
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" ;;
|
||||
|
Reference in New Issue
Block a user