Commit 9496c542 authored by Muhammad Herdiansyah's avatar Muhammad Herdiansyah

CPU: Remove more unneeded outputs

parent 10857ff9
......@@ -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}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment