From 9a704fdadb5cef898b71354f5b9f65a80fc83ae9 Mon Sep 17 00:00:00 2001 From: Ash Daly Date: Sun, 21 Dec 2025 16:12:06 +0000 Subject: [PATCH] chore: edit comment --- install/config/hardware/nvidia.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/config/hardware/nvidia.sh b/install/config/hardware/nvidia.sh index c1d05d53..a93349f7 100644 --- a/install/config/hardware/nvidia.sh +++ b/install/config/hardware/nvidia.sh @@ -41,7 +41,7 @@ if [ -n "$(lspci | grep -i 'nvidia')" ]; then ) # Turing (16xx, 20xx), Ampere (30xx), Ada (40xx), and newer recommend the open-source kernel modules - # Pascal (10xx), Maxwell (9xx), Kepler (7xx) and older use legacy kernel modules that can only be installed from AUR + # Pascal (10xx), Maxwell (9xx), Kepler (7xx) and older use legacy branch that can only be installed from AUR if [ "$NVIDIA_DRIVER" = "$NVIDIA_DRIVER_CURRENT" ]; then DRIVER_PACKAGES=(nvidia-open-dkms nvidia-utils lib32-nvidia-utils libva-nvidia-driver) sudo pacman -S --needed --noconfirm "${GENERAL_PACKAGES[@]}" "${DRIVER_PACKAGES[@]}"