gpu: More junk

This commit is contained in:
Dylan Araps 2018-04-02 10:12:35 +10:00
parent 564fdaeabf
commit adbe230f82
1 changed files with 1 additions and 0 deletions

View File

@ -1318,6 +1318,7 @@ get_gpu() {
gpu="${gpu/'(R)'}"
gpu="${gpu/'Corporation'}"
gpu="${gpu/ \(*}"
gpu="${gpu/Integrated Graphics Controller}"
[[ -z "$(trim "$gpu")" ]] && gpu="Intel Integrated Graphics"
;;