cpu: Fixed incorrect name. Closes #926

This commit is contained in:
Dylan Araps 2018-04-02 07:51:27 +10:00
parent 3734821eb5
commit 648b5fb75e
1 changed files with 1 additions and 1 deletions

View File

@ -1178,7 +1178,7 @@ get_cpu() {
cpu="${cpu//Six-Core}" cpu="${cpu//Six-Core}"
cpu="${cpu//Eight-Core}" cpu="${cpu//Eight-Core}"
cpu="${cpu//, * Compute Cores}" cpu="${cpu//, * Compute Cores}"
cpu="${cpu//Core}" cpu="${cpu//Core / }"
cpu="${cpu//(\"AuthenticAMD\"*)}" cpu="${cpu//(\"AuthenticAMD\"*)}"
cpu="${cpu//with Radeon * Graphics}" cpu="${cpu//with Radeon * Graphics}"
cpu="${cpu//, altivec supported}" cpu="${cpu//, altivec supported}"