Include the Back button

This commit is contained in:
David Heinemeier Hansson
2025-03-01 19:09:01 +01:00
parent 90e15abd36
commit 2d20e3503e

View File

@@ -20,7 +20,7 @@ CHOICES=(
"<< Back "
)
CHOICE=$(gum choose "${CHOICES[@]}" --height 20 --header "Install application")
CHOICE=$(gum choose "${CHOICES[@]}" --height 21 --header "Install application")
if [[ "$CHOICE" == "<< Back"* ]] || [[ -z "$CHOICE" ]]; then
# Don't install anything