CPU: Remove unneeded output for AMD
This commit is contained in:
parent
e305140e8d
commit
60bdea15bb
1
neofetch
1
neofetch
|
@ -1031,6 +1031,7 @@ get_cpu() {
|
||||||
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//with Radeon * Graphics}"
|
cpu="${cpu//with Radeon * Graphics}"
|
||||||
cpu="${cpu//, altivec supported}"
|
cpu="${cpu//, altivec supported}"
|
||||||
cpu="${cpu//FPU*}"
|
cpu="${cpu//FPU*}"
|
||||||
|
|
Reference in New Issue