update hw_grafics_menu.sh

This commit is contained in:
MacRimi
2026-04-17 21:55:53 +02:00
parent 987b665115
commit 75b08de934
5 changed files with 498 additions and 301 deletions

View File

@@ -4901,7 +4901,7 @@ def get_hardware_live_info():
# Coral TPU and USB devices are cheap (sysfs reads + cached lsusb) and we
# want them live so the "Install Drivers" button disappears as soon as the
# user finishes running install_coral_pve9.sh without needing a reload.
# user finishes running install_coral.sh without needing a reload.
try:
result['coral_tpus'] = get_coral_info()
except Exception: