Do not prompt when updating keyring

This commit is contained in:
2025-11-19 15:40:34 +01:00
parent f00b3ba481
commit 50b71eeb9f

View File

@@ -3,7 +3,7 @@
set -o nounset set -o nounset
set -o errexit set -o errexit
sudo bash -c "pacman -Sy --needed archlinux-keyring && pacman -Su" sudo bash -c "pacman -Sy --needed --noconfirm archlinux-keyring && pacman -Su"
./update-aur-pkgs.sh ./update-aur-pkgs.sh