Actualiser toolbox
This commit is contained in:
parent
81cda2f8a2
commit
9f4f039d31
1 changed files with 2 additions and 2 deletions
4
toolbox
4
toolbox
|
@ -33,8 +33,8 @@ for script in "${SCRIPTS[@]}"; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
# Show the menu using whiptail
|
# Show the menu using whiptail with the new title
|
||||||
CHOICE=$(whiptail --title "Script Selector" --menu "Choose a script to run:" 15 50 5 "${MENU_OPTIONS[@]}" 3>&1 1>&2 2>&3)
|
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
|
# Check if the user made a selection
|
||||||
if [[ -n "$CHOICE" ]]; then
|
if [[ -n "$CHOICE" ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue