Model: More OEM exclusions

This commit is contained in:
Dylan Araps 2016-11-25 18:23:13 +11:00
parent 0796029293
commit d3fa82d415
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ get_model() {
model="${model//To Be Filled*}" model="${model//To Be Filled*}"
model="${model//OEM*}" model="${model//OEM*}"
model="${model//Not Applicable}" model="${model//Not Applicable}"
model="${model//System Product Name}"
model="${model//System Version}"
;; ;;
"Mac OS X") model="$(sysctl -n hw.model)" ;; "Mac OS X") model="$(sysctl -n hw.model)" ;;