From 9f48d18332e0ecbf339ee8300a00940e8256db69 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 5 Apr 2018 07:54:37 +1000 Subject: [PATCH] cpu: Fix #939 --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index f8ec478b..b1450e38 100755 --- a/neofetch +++ b/neofetch @@ -1191,6 +1191,7 @@ get_cpu() { cpu="${cpu//FPU*}" cpu="${cpu//Chip Revision*}" cpu="${cpu//Technologies, Inc}" + cpu="${cpu//Core2/Core 2}" # Trim spaces from core and speed output cores="${cores//[[:space:]]}"