chore: add noconfirm to yay command

This commit is contained in:
Ash Daly
2025-12-21 16:13:53 +00:00
parent 9a704fdadb
commit 1fd1b65cd0

View File

@@ -53,7 +53,7 @@ if [ -n "$(lspci | grep -i 'nvidia')" ]; then
exit 1 exit 1
fi fi
LEGACY_DRIVER_PACKAGES=(nvidia-580xx-dkms nvidia-580xx-utils lib32-nvidia-580xx-utils) LEGACY_DRIVER_PACKAGES=(nvidia-580xx-dkms nvidia-580xx-utils lib32-nvidia-580xx-utils)
yay -S --needed "${LEGACY_DRIVER_PACKAGES[@]}" yay -S --needed --noconfirm "${LEGACY_DRIVER_PACKAGES[@]}"
fi fi
# Configure modprobe for early KMS # Configure modprobe for early KMS