From 65bafa4f3bddf0ed41e5b7f604d76e1caa9f861a Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Thu, 8 Jan 2026 19:33:06 -0500 Subject: [PATCH 1/2] Bump --- version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version b/version index bea438e9..619b5376 100644 --- a/version +++ b/version @@ -1 +1 @@ -3.3.1 +3.3.3 From 53b8fc42572959aa51db0e1cbe23fb4b2170edec Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 9 Jan 2026 14:34:29 +0100 Subject: [PATCH 2/2] 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