Model: Remove more unneeded outputs
This commit is contained in:
parent
b3e90cc322
commit
c1dac90399
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -345,6 +345,7 @@ get_model() {
|
|||
model="${model//Default string}"
|
||||
model="${model//Not Specified}"
|
||||
model="${model//Type1ProductConfigId}"
|
||||
model="${model//INVALID}"
|
||||
|
||||
case "$model" in
|
||||
"Standard PC"*) model="KVM/QEMU (${model})" ;;
|
||||
|
|
Loading…
Reference in a new issue