From b0a0454f52a53ebf448016bdbe9e2eb1a9626022 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Fri, 30 Jun 2017 13:36:56 +0700 Subject: [PATCH] CPU: Remove unneeded outputs from AMD APUs --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index eb8b7d2f..551342b3 100755 --- a/neofetch +++ b/neofetch @@ -1038,6 +1038,7 @@ get_cpu() { cpu="${cpu//Quad-Core}" cpu="${cpu//Six-Core}" cpu="${cpu//Eight-Core}" + cpu="${cpu//, * Compute Cores}" cpu="${cpu//Core}" cpu="${cpu//with Radeon * Graphics}" cpu="${cpu//, altivec supported}"