mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 17:09:21 +00:00
Model: More OEM exclusions
This commit is contained in:
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
Block a user