From bad0e9ee846a2a11c32d5e90f037534362386a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Mon, 25 May 2026 21:04:51 +0200 Subject: [PATCH] Added unknown brand. --- script/deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/deploy.sh b/script/deploy.sh index 2c69eac..a3676e8 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -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