Merge branch 'master' of github.com:dylanaraps/neofetch

This commit is contained in:
Dylan 2016-03-03 09:40:39 +11:00
commit 1fd7ed07fe
1 changed files with 2 additions and 1 deletions

View File

@ -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 }