Commit 7dc4b412 authored by dylan's avatar dylan

Added another gpu substitution for intel gpus

parent dc54ca53
...@@ -879,7 +879,8 @@ getgpu () { ...@@ -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 }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment