Added another gpu substitution
This commit is contained in:
parent
3e85db601e
commit
963a0afeda
1 changed files with 2 additions and 1 deletions
3
fetch
3
fetch
|
@ -875,7 +875,8 @@ getgpu () {
|
|||
gpu=${gpu/?th Gen Core Processor}
|
||||
gpu=${gpu/ Mobile}
|
||||
gpu=${gpu/ Express}
|
||||
gpu=${gpu/ Sky Lake}
|
||||
gpu=${gpu/Sky }
|
||||
gpu=${gpu/Lake }
|
||||
|
||||
brand="Intel "
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue