mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
chore: add noconfirm to yay command
This commit is contained in:
@@ -53,7 +53,7 @@ if [ -n "$(lspci | grep -i 'nvidia')" ]; then
|
||||
exit 1
|
||||
fi
|
||||
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
|
||||
|
||||
# Configure modprobe for early KMS
|
||||
|
||||
Reference in New Issue
Block a user