Actualiser toolbox

This commit is contained in:
Tyleo Dv. Delaware 2025-05-29 03:08:44 +02:00
parent 9f4f039d31
commit e6eb8941f8

View file

@ -39,8 +39,5 @@ CHOICE=$(whiptail --title "TyOS Setup Toolbox" --menu "Choose a script to run:"
# Check if the user made a selection
if [[ -n "$CHOICE" ]]; then
SCRIPT_PATH="${SCRIPT_MAP[$CHOICE]}"
whiptail --msgbox "Running: $CHOICE" 10 40
"$SCRIPT_PATH"
else
whiptail --msgbox "No script selected." 10 40
fi