Add logo to logical substeps

This commit is contained in:
David Heinemeier Hansson
2025-07-25 15:42:27 -04:00
parent 37f4d4a411
commit 0ead8947f7
10 changed files with 27 additions and 4 deletions

View File

@ -12,6 +12,9 @@
# --- 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