From dcb9527770140b7e9e6f2f76a12cb9ee2f3b95e7 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 9 Jan 2026 14:34:29 +0100 Subject: [PATCH] Ensure we reset the DBs with the Omarchy versions --- install/preflight/pacman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/preflight/pacman.sh b/install/preflight/pacman.sh index 0f987a5a..adf6d4e5 100644 --- a/install/preflight/pacman.sh +++ b/install/preflight/pacman.sh @@ -19,5 +19,5 @@ if [[ -n ${OMARCHY_ONLINE_INSTALL:-} ]]; then # Refresh all repos - sudo pacman -Syu --noconfirm + sudo pacman -Syyu --noconfirm fi