CPU: Added new substitution to cpu_shorthand
This commit is contained in:
parent
7ebd67ca4f
commit
620454ae6e
1 changed files with 1 additions and 0 deletions
1
fetch
1
fetch
|
@ -814,6 +814,7 @@ getcpu () {
|
|||
cpu=${cpu// CPU}
|
||||
cpu=${cpu// Processor}
|
||||
cpu=${cpu// Six-Core}
|
||||
cpu=${cpu// Eight-Core}
|
||||
cpu=${cpu// with Radeon HD Graphics}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue