CPU: Remove unneeded output for AMD
This commit is contained in:
parent
e305140e8d
commit
60bdea15bb
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -1031,6 +1031,7 @@ get_cpu() {
|
|||
cpu="${cpu//Eight-Core}"
|
||||
cpu="${cpu//, * Compute Cores}"
|
||||
cpu="${cpu//Core}"
|
||||
cpu="${cpu//(\"AuthenticAMD\"*)}"
|
||||
cpu="${cpu//with Radeon * Graphics}"
|
||||
cpu="${cpu//, altivec supported}"
|
||||
cpu="${cpu//FPU*}"
|
||||
|
|
Loading…
Reference in a new issue