Do not sync twice during pacman updates

This commit is contained in:
2025-11-04 16:58:23 +01:00
parent 6577f26cd1
commit bc0a99c883
2 changed files with 2 additions and 2 deletions

View File

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