Commit 4d240088 authored by Dylan Araps's avatar Dylan Araps

GPU: Fix bug with sound card being detected, closes #491

parent b5485bea
...@@ -947,7 +947,7 @@ get_cpu_usage() { ...@@ -947,7 +947,7 @@ get_cpu_usage() {
get_gpu() { get_gpu() {
case "$os" in case "$os" in
"Linux" | "GNU") "Linux" | "GNU")
gpu="$(PATH="/sbin:$PATH" lspci -mm | awk -F '\\"|\\" \\"' '/Display|3D|VGA/ {print $3 " " $4}')" gpu="$(PATH="/sbin:$PATH" lspci -mm | awk -F '\\"|\\" \\"' '/"Display|"3D|"VGA/ {print $3 " " $4}')"
case "$gpu" in case "$gpu" in
*"advanced"*) *"advanced"*)
......
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