Actualiser toolbox

This commit is contained in:
Tyleo Dv. Delaware 2025-05-29 03:07:54 +02:00
parent 81cda2f8a2
commit 9f4f039d31

View file

@ -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