Merge branch 'master' of github.com:dylanaraps/neofetch
This commit is contained in:
commit
9d23eaeaf9
1 changed files with 2 additions and 0 deletions
2
neofetch
2
neofetch
|
@ -2191,6 +2191,8 @@ get_cpu() {
|
|||
cpu="${cpu//Quad-Core}"
|
||||
cpu="${cpu//Six-Core}"
|
||||
cpu="${cpu//Eight-Core}"
|
||||
cpu="${cpu//[1-9][0-9]-Core}"
|
||||
cpu="${cpu//[0-9]-Core}"
|
||||
cpu="${cpu//, * Compute Cores}"
|
||||
cpu="${cpu//Core / }"
|
||||
cpu="${cpu//(\"AuthenticAMD\"*)}"
|
||||
|
|
Loading…
Reference in a new issue