From d21f9e928dc62bd32a8aba835f78f84d4ef4cbb4 Mon Sep 17 00:00:00 2001 From: dylan araps Date: Wed, 8 Nov 2017 07:20:25 +1100 Subject: [PATCH] model: Fix garbage --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 9e66c4bc..f2546c77 100755 --- a/neofetch +++ b/neofetch @@ -353,6 +353,7 @@ get_model() { model="${model//Not Specified}" model="${model//Type1ProductConfigId}" model="${model//INVALID}" + model="${model//�}" case "$model" in "Standard PC"*) model="KVM/QEMU (${model})" ;;