Update hw_grafics_menu.sh

This commit is contained in:
MacRimi 2025-02-02 11:53:31 +01:00 committed by GitHub
parent f9207f92bb
commit 6b35b2aef4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ initialize_cache
# ========================================================== # ==========================================================
while true; do while true; do
OPTION=$(whiptail --title "$(translate "GPUs and Coral-TPU Menu")" --menu "$(translate "Select an option:")" 15 60 8 \ OPTION=$(whiptail --title "$(translate "GPUs and Coral-TPU Menu")" --menu "$(translate "Select an option:")" 20 70 8 \
"1" "$(translate "Add HW iGPU acceleration to an LXC")" \ "1" "$(translate "Add HW iGPU acceleration to an LXC")" \
"2" "$(translate "Add Coral TPU to an LXC")" \ "2" "$(translate "Add Coral TPU to an LXC")" \
"3" "$(translate "Install/Update Coral TPU on the Host")" \ "3" "$(translate "Install/Update Coral TPU on the Host")" \