From e2611d9bc422586c368ffd3b411f34a55f1d0307 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 09:28:08 +0200 Subject: [PATCH] Rearrange options --- bin/omarchy-install-docker-dbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-install-docker-dbs b/bin/omarchy-install-docker-dbs index 014a5358..da9090fa 100755 --- a/bin/omarchy-install-docker-dbs +++ b/bin/omarchy-install-docker-dbs @@ -1,6 +1,6 @@ #!/bin/bash -options=("MariaDB" "MySQL" "Redis" "PostgreSQL" "MongoDB") +options=("MySQL" "PostgreSQL" "Redis" "MongoDB" "MariaDB") choices=$(printf "%s\n" "${options[@]}" | gum choose --no-limit --header "Select databases (space to select, return to install, esc to cancel)") || main_menu if [[ -n "$choices" ]]; then