Don't need to show anything

This commit is contained in:
David Heinemeier Hansson 2025-08-24 19:39:53 +02:00
parent 00ce49a4ac
commit 78e81d7534

View File

@ -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