From 9f4f039d3135f4edc15578131e3e8e2fde2e6111 Mon Sep 17 00:00:00 2001 From: TyleoDvDelaware3217 Date: Thu, 29 May 2025 03:07:54 +0200 Subject: [PATCH] Actualiser toolbox --- toolbox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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