From 78e81d7534b8b33bbce4a92b4170c5a1dce37ff7 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 19:39:53 +0200 Subject: [PATCH] Don't need to show anything --- install/config/nvidia.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install/config/nvidia.sh b/install/config/nvidia.sh index 2241269d..6623de60 100644 --- a/install/config/nvidia.sh +++ b/install/config/nvidia.sh @@ -12,9 +12,6 @@ # --- GPU Detection --- if [ -n "$(lspci | grep -i 'nvidia')" ]; then - show_logo - show_subtext "Install NVIDIA drivers..." - # --- Driver Selection --- # Turing (16xx, 20xx), Ampere (30xx), Ada (40xx), and newer recommend the open-source kernel modules if echo "$(lspci | grep -i 'nvidia')" | grep -q -E "RTX [2-9][0-9]|GTX 16"; then