mirror of
https://github.com/aljazceru/omakub.git
synced 2026-02-19 03:04:29 +01:00
Include the Back button
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user