Model: Remove more unneeded outputs
This commit is contained in:
parent
b3e90cc322
commit
c1dac90399
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