Update main_menu.sh

This commit is contained in:
MacRimi 2025-03-23 18:01:27 +01:00
parent ba8a7a0a13
commit e3daad45e1

View File

@ -29,7 +29,7 @@ initialize_cache
show_menu() { show_menu() {
while true; do while true; do
OPTION=$(whiptail --title "$(translate "Main ProxMenux")" --menu "$(translate "Select an option:")" 22 70 9 \ OPTION=$(whiptail --title "$(translate "Main ProxMenux")" --menu "$(translate "Select an option:")" 20 70 9 \
"1" "$(translate "Settings post-install Proxmox")" \ "1" "$(translate "Settings post-install Proxmox")" \
"2" "$(translate "Hardware: GPUs and Coral-TPU")" \ "2" "$(translate "Hardware: GPUs and Coral-TPU")" \
"3" "$(translate "Hard Drives, Disk Images, and Storage")" \ "3" "$(translate "Hard Drives, Disk Images, and Storage")" \