Commit ae4e2b03 authored by Dylan Araps's avatar Dylan Araps

GPU: [Linux + AMD] Remove some OEM stuff from the info

parent 0b2bbeee
......@@ -946,6 +946,8 @@ get_gpu() {
gpu="${gpu//Intel*$'\n'}"
gpu="${gpu/'[AMD/ATI]' }"
gpu="${gpu/'[AMD]' }"
gpu="${gpu/OEM }"
gpu="${gpu/ \/ *}"
gpu="${gpu/*\[}"
gpu="${gpu/\]*}"
gpu="AMD $gpu"
......
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