Fix "with Radeon Graphics" filter not working on some CPUs
This commit is contained in:
parent
ccd5d9f526
commit
0a2faa0a78
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -2449,7 +2449,7 @@ get_cpu() {
|
||||||
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}"
|
||||||
cpu="${cpu//FPU*}"
|
cpu="${cpu//FPU*}"
|
||||||
cpu="${cpu//Chip Revision*}"
|
cpu="${cpu//Chip Revision*}"
|
||||||
|
|
Loading…
Reference in a new issue