cpu: Fixed incorrect name. Closes #926
This commit is contained in:
parent
3734821eb5
commit
648b5fb75e
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1178,7 +1178,7 @@ get_cpu() {
|
|||
cpu="${cpu//Six-Core}"
|
||||
cpu="${cpu//Eight-Core}"
|
||||
cpu="${cpu//, * Compute Cores}"
|
||||
cpu="${cpu//Core}"
|
||||
cpu="${cpu//Core / }"
|
||||
cpu="${cpu//(\"AuthenticAMD\"*)}"
|
||||
cpu="${cpu//with Radeon * Graphics}"
|
||||
cpu="${cpu//, altivec supported}"
|
||||
|
|
Loading…
Reference in a new issue