mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 01:00:17 +00:00
model: Fix garbage
This commit is contained in:
1
neofetch
1
neofetch
@@ -353,6 +353,7 @@ get_model() {
|
|||||||
model="${model//Not Specified}"
|
model="${model//Not Specified}"
|
||||||
model="${model//Type1ProductConfigId}"
|
model="${model//Type1ProductConfigId}"
|
||||||
model="${model//INVALID}"
|
model="${model//INVALID}"
|
||||||
|
model="${model//<2F>}"
|
||||||
|
|
||||||
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