mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 17:09:21 +00:00
Model: Remove more unneeded outputs
This commit is contained in:
1
neofetch
1
neofetch
@@ -345,6 +345,7 @@ get_model() {
|
|||||||
model="${model//Default string}"
|
model="${model//Default string}"
|
||||||
model="${model//Not Specified}"
|
model="${model//Not Specified}"
|
||||||
model="${model//Type1ProductConfigId}"
|
model="${model//Type1ProductConfigId}"
|
||||||
|
model="${model//INVALID}"
|
||||||
|
|
||||||
case "$model" in
|
case "$model" in
|
||||||
"Standard PC"*) model="KVM/QEMU (${model})" ;;
|
"Standard PC"*) model="KVM/QEMU (${model})" ;;
|
||||||
|
Reference in New Issue
Block a user