Model: More OEM exclusions
This commit is contained in:
parent
0796029293
commit
d3fa82d415
2
neofetch
2
neofetch
|
@ -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)" ;;
|
||||||
|
|
Reference in New Issue