More commands that should not present themselves

This commit is contained in:
David Heinemeier Hansson
2025-08-08 15:10:51 +02:00
parent 4f1a87c7e3
commit f33d004bc9
4 changed files with 3 additions and 15 deletions

View File

@@ -1,7 +1,5 @@
#!/bin/bash
~/.local/share/omarchy/bin/omarchy-show-logo
options=("MariaDB" "MySQL" "Redis" "PostgreSQL")
choices=$(printf "%s\n" "${options[@]}" | gum choose --no-limit --header "Select databases (space to select, return to install, esc to cancel)") || main_menu
@@ -15,5 +13,3 @@ if [[ -n "$choices" ]]; then
esac
done
fi
~/.local/share/omarchy/bin/omarchy-show-done