Commit 51ca0128 authored by Dylan's avatar Dylan

Remove dual-core and quad-core from cpu output

parent 188c1b1d
...@@ -1016,6 +1016,8 @@ getcpu () { ...@@ -1016,6 +1016,8 @@ getcpu () {
cpu=${cpu//Processor} cpu=${cpu//Processor}
cpu=${cpu//Six-Core} cpu=${cpu//Six-Core}
cpu=${cpu//Eight-Core} cpu=${cpu//Eight-Core}
cpu=${cpu/Dual-Core}
cpu=${cpu/Quad-Core}
cpu=${cpu//with Radeon HD Graphics} cpu=${cpu//with Radeon HD Graphics}
# Add cpu cores to output # Add cpu cores to output
......
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