Rearrange options

This commit is contained in:
David Heinemeier Hansson 2025-08-24 09:28:08 +02:00
parent 266767df5f
commit e2611d9bc4

View File

@ -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