CPU: Remove unneeded outputs from AMD APUs
This commit is contained in:
parent
fec940483c
commit
b0a0454f52
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -1038,6 +1038,7 @@ get_cpu() {
|
|||
cpu="${cpu//Quad-Core}"
|
||||
cpu="${cpu//Six-Core}"
|
||||
cpu="${cpu//Eight-Core}"
|
||||
cpu="${cpu//, * Compute Cores}"
|
||||
cpu="${cpu//Core}"
|
||||
cpu="${cpu//with Radeon * Graphics}"
|
||||
cpu="${cpu//, altivec supported}"
|
||||
|
|
Loading…
Reference in a new issue