diff --git a/toolbox b/toolbox index aa61a48..4d43817 100644 --- a/toolbox +++ b/toolbox @@ -33,8 +33,8 @@ for script in "${SCRIPTS[@]}"; do fi done -# Show the menu using whiptail -CHOICE=$(whiptail --title "Script Selector" --menu "Choose a script to run:" 15 50 5 "${MENU_OPTIONS[@]}" 3>&1 1>&2 2>&3) +# Show the menu using whiptail with the new title +CHOICE=$(whiptail --title "TyOS Setup Toolbox" --menu "Choose a script to run:" 15 50 5 "${MENU_OPTIONS[@]}" 3>&1 1>&2 2>&3) # Check if the user made a selection if [[ -n "$CHOICE" ]]; then