mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-04-25 08:56:21 +00:00
update hw_grafics_menu.sh
This commit is contained in:
@@ -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",
|
||||
}}
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user