Remove GH Setup for now too

This commit is contained in:
David Heinemeier Hansson
2025-07-22 17:33:43 -04:00
parent bcf0e1ebf9
commit 98f5669637

View File

@ -24,12 +24,6 @@ fi
header header
if gum confirm "Login to GitHub?"; then
gh auth login
fi
header
if gum confirm "Start Docker DBs?"; then if gum confirm "Start Docker DBs?"; then
options=("MySQL" "Redis" "PostgreSQL") options=("MySQL" "Redis" "PostgreSQL")
choices=$(printf "%s\n" "${options[@]}" | gum choose --no-limit --header "Select databases (space to select, return to install)") || exit 0 choices=$(printf "%s\n" "${options[@]}" | gum choose --no-limit --header "Select databases (space to select, return to install)") || exit 0