From 6a181adf0d6b581dbe62015177e02e433992188d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 28 Nov 2025 13:03:55 +0100 Subject: [PATCH] Reset all package DBs when changing channel --- bin/omarchy-refresh-pacman | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/omarchy-refresh-pacman b/bin/omarchy-refresh-pacman index 36d9678f..405cff0a 100755 --- a/bin/omarchy-refresh-pacman +++ b/bin/omarchy-refresh-pacman @@ -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