From 53b8fc42572959aa51db0e1cbe23fb4b2170edec 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