From 5349bbe9b35abe66300d25b7832296dff06f71f5 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 31 Jan 2025 20:45:42 +0100 Subject: [PATCH] Update hw_grafics_menu.sh --- scripts/menus/hw_grafics_menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/menus/hw_grafics_menu.sh b/scripts/menus/hw_grafics_menu.sh index aebb651..573c25a 100644 --- a/scripts/menus/hw_grafics_menu.sh +++ b/scripts/menus/hw_grafics_menu.sh @@ -28,7 +28,7 @@ fi while true; do - OPTION=$(whiptail --title "$(translate "GPUs and Coral-TPU Menu")" --menu "$(translate "Select an option:")" 15 60 3 \ + OPTION=$(whiptail --title "$(translate "GPUs and Coral-TPU Menu")" --menu "$(translate "Select an option:")" 15 60 8 \ "1" "$(translate "Añadir aceleración gráfica HW iGPU a un LXC")" \ "2" "$(translate "Añadir Coral TPU a un LXC")" \ "3" "$(translate "Instalar/Actualizar Coral TPU en el Host")" \