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

@@ -238,7 +238,7 @@ export default function Hardware() {
// Merge: static fields from initial load, live fields from the 5s poll.
// coral_tpus and usb_devices live in the dynamic payload so that the
// "Install Drivers" button disappears immediately after install_coral_pve9.sh
// "Install Drivers" button disappears immediately after install_coral.sh
// finishes, without requiring a page reload.
const hardwareData = staticHardwareData
? {
@@ -2726,8 +2726,8 @@ title="AMD GPU Tools Installation"
setShowCoralInstaller(false)
mutateStatic()
}}
scriptPath="/usr/local/share/proxmenux/scripts/gpu_tpu/install_coral_pve9.sh"
scriptName="install_coral_pve9"
scriptPath="/usr/local/share/proxmenux/scripts/gpu_tpu/install_coral.sh"
scriptName="install_coral"
params={{
EXECUTION_MODE: "web",
}}

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: