Reset all package DBs when changing channel

This commit is contained in:
David Heinemeier Hansson
2025-11-28 13:03:55 +01:00
parent a8106085aa
commit 6a181adf0d

View File

@@ -17,4 +17,9 @@ else
fi
echo
# Reset all package DBs
sudo pacman -Syy --noconfirm
# Update all packages from latest DB
sudo pacman -Syu --noconfirm