From d3fa82d415cab417da28a3dd3149c0be69a29971 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 25 Nov 2016 18:23:13 +1100 Subject: [PATCH] Model: More OEM exclusions --- neofetch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neofetch b/neofetch index 359b6898..18eaad55 100755 --- a/neofetch +++ b/neofetch @@ -60,6 +60,8 @@ get_model() { model="${model//To Be Filled*}" model="${model//OEM*}" model="${model//Not Applicable}" + model="${model//System Product Name}" + model="${model//System Version}" ;; "Mac OS X") model="$(sysctl -n hw.model)" ;;