mirror of
https://github.com/dylanaraps/neofetch.git
synced 2026-04-19 04:02:47 +00:00
cpu: Fixed incorrect name. Closes #926
This commit is contained in:
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
Block a user