mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 01:00:17 +00:00
cpu: Fix #939
This commit is contained in:
1
neofetch
1
neofetch
@@ -1191,6 +1191,7 @@ get_cpu() {
|
|||||||
cpu="${cpu//FPU*}"
|
cpu="${cpu//FPU*}"
|
||||||
cpu="${cpu//Chip Revision*}"
|
cpu="${cpu//Chip Revision*}"
|
||||||
cpu="${cpu//Technologies, Inc}"
|
cpu="${cpu//Technologies, Inc}"
|
||||||
|
cpu="${cpu//Core2/Core 2}"
|
||||||
|
|
||||||
# Trim spaces from core and speed output
|
# Trim spaces from core and speed output
|
||||||
cores="${cores//[[:space:]]}"
|
cores="${cores//[[:space:]]}"
|
||||||
|
Reference in New Issue
Block a user