CPU: Remove more unneeded outputs

This commit is contained in:
Muhammad Herdiansyah 2016-12-18 12:08:27 +07:00
parent 10857ff92d
commit 9496c542eb
1 changed files with 2 additions and 0 deletions

View File

@ -881,7 +881,9 @@ get_cpu() {
# Remove uneeded patterns from cpu output
cpu="${cpu//(TM)}"
cpu="${cpu//(tm)}"
cpu="${cpu//(R)}"
cpu="${cpu//(r)}"
cpu="${cpu//CPU}"
cpu="${cpu//Processor}"
cpu="${cpu//Dual-Core}"