From 1797f5f75f2bac56cfb82ec77b5b2631b6ded75d Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sun, 2 Feb 2025 11:54:09 +0100 Subject: [PATCH] Update main_menu.sh --- scripts/menus/main_menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/menus/main_menu.sh b/scripts/menus/main_menu.sh index c97c1a8..91f1b85 100644 --- a/scripts/menus/main_menu.sh +++ b/scripts/menus/main_menu.sh @@ -28,7 +28,7 @@ initialize_cache show_menu() { while true; do - OPTION=$(whiptail --title "$(translate "Main Menu")" --menu "$(translate "Select an option:")" 20 70 7 \ + OPTION=$(whiptail --title "$(translate "Main Menu")" --menu "$(translate "Select an option:")" 20 70 8 \ "1" "$(translate "GPUs and Coral-TPU")" \ "2" "$(translate "Hard Drives, Disk Images, and Storage")" \ "3" "$(translate "Network")" \