Always --noconfirm

This commit is contained in:
David Heinemeier Hansson
2025-08-27 15:40:48 +02:00
parent 3882fbf21c
commit 2832c59970
5 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ if [ -n "$(lspci | grep -i 'nvidia')" ]; then
fi
# force package database refresh
sudo pacman -Syu
sudo pacman -Syu --noconfirm
# Install packages
PACKAGES_TO_INSTALL=(

View File

@@ -36,4 +36,4 @@ if [[ "$(uname -m)" == "x86_64" ]] && [ -z "$DISABLE_CHAOTIC" ]; then
fi
# Refresh all repos
sudo pacman -Syu
sudo pacman -Syu --noconfirm