CPU: Added new substitution to cpu_shorthand

This commit is contained in:
Dylan 2016-01-29 18:32:23 +11:00
parent 7ebd67ca4f
commit 620454ae6e
1 changed files with 1 additions and 0 deletions

1
fetch
View File

@ -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}
}