cpu: More junk

This commit is contained in:
Dylan Araps 2018-04-02 10:09:45 +10:00
parent 3b55335089
commit 155c1398b9
1 changed files with 1 additions and 0 deletions

View File

@ -1191,6 +1191,7 @@ get_cpu() {
cpu="${cpu//FPU*}"
cpu="${cpu//Chip Revision*}"
cpu="${cpu//Technologies, Inc}"
cpu="${cpu//Integrated Graphics Controller}"
# Trim spaces from core and speed output
cores="${cores//[[:space:]]}"