From ccc147229e3474761a88dc41761ddf2d8c2b205b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 11 Dec 2025 15:33:36 +0100 Subject: [PATCH] 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 --- bin/omarchy-update-system-pkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-update-system-pkgs b/bin/omarchy-update-system-pkgs index dd58586f..ab133286 100755 --- a/bin/omarchy-update-system-pkgs +++ b/bin/omarchy-update-system-pkgs @@ -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