From 2b3c48b7256c97f088f464ed45817aa84b771c26 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 28 Nov 2025 04:59:25 -0800 Subject: [PATCH] Fix issue with package DBs being wrong when switching to stable channel --- migrations/1764333665.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 migrations/1764333665.sh diff --git a/migrations/1764333665.sh b/migrations/1764333665.sh new file mode 100644 index 00000000..c1af3e89 --- /dev/null +++ b/migrations/1764333665.sh @@ -0,0 +1,3 @@ +echo "Ensure you have package repository indexes matching your channel" + +sudo pacman -Syy --noconfirm