Force an update of the index DBs

This will prevent folks from ending up with index DBs that are out of
sync with their channel
This commit is contained in:
David Heinemeier Hansson
2025-12-11 15:33:36 +01:00
parent 6bd9d510d6
commit ccc147229e

View File

@@ -3,7 +3,7 @@
set -e
echo -e "\e[32m\nUpdate system packages\e[0m"
sudo pacman -Syu --noconfirm
sudo pacman -Syyu --noconfirm
# Update AUR packages if any are installed
if pacman -Qem >/dev/null; then