cpu: Fixed incorrect name. Closes #926
This commit is contained in:
parent
3734821eb5
commit
648b5fb75e
2
neofetch
2
neofetch
|
@ -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}"
|
||||||
|
|
Reference in New Issue