Added unknown brand.

This commit is contained in:
Raphaël Numbus
2026-05-25 21:04:51 +02:00
parent 49fd4aeb5a
commit bad0e9ee84
+2
View File
@@ -133,6 +133,8 @@ detect_graphics() {
for b in Intel AMD NVIDIA; do
if echo "\${line}" | grep -i "\${b}" >> "${REMOTE_STDOUT}" 2>> "${REMOTE_STDERR}"; then
brand="\${b}"
else
brand="unknown"
fi
done