Remove dual-core and quad-core from cpu output
This commit is contained in:
2
neofetch
2
neofetch
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user