Merge branch 'master' of github.com:dylanaraps/neofetch
This commit is contained in:
commit
1fd7ed07fe
3
neofetch
3
neofetch
|
@ -879,7 +879,8 @@ getgpu () {
|
||||||
intel*)
|
intel*)
|
||||||
gpu=${gpu/Intel Corporation }
|
gpu=${gpu/Intel Corporation }
|
||||||
gpu=${gpu/Haswell-??? }
|
gpu=${gpu/Haswell-??? }
|
||||||
gpu=${gpu/?th Gen Core Processor}
|
gpu=${gpu/?th Gen }
|
||||||
|
gpu=${gpu/Core Processor }
|
||||||
gpu=${gpu/ Mobile}
|
gpu=${gpu/ Mobile}
|
||||||
gpu=${gpu/ Express}
|
gpu=${gpu/ Express}
|
||||||
gpu=${gpu/Sky }
|
gpu=${gpu/Sky }
|
||||||
|
|
Reference in New Issue