change control as well

This commit is contained in:
Meliox 2026-06-09 23:32:03 +02:00
parent 4c1a9486f1
commit 2516db38de
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -10,7 +10,7 @@ Package: pve-mod
Architecture: all Architecture: all
Depends: ${misc:Depends}, perl, librrds-perl Depends: ${misc:Depends}, perl, librrds-perl
Recommends: lm-sensors, nut-client Recommends: lm-sensors, nut-client
Suggests: igt-gpu-tools Suggests: intel-gpu-tools
Description: Proxmox VE UI modifications and sensor monitoring Description: Proxmox VE UI modifications and sensor monitoring
Extends the Proxmox VE web interface with sensor readings including Extends the Proxmox VE web interface with sensor readings including
CPU, GPU, NVMe/HDD/SSD temperatures, fan speeds, and RAM temperatures CPU, GPU, NVMe/HDD/SSD temperatures, fan speeds, and RAM temperatures

View File

@ -240,7 +240,7 @@ configure_node_info() {
else else
warn "No Intel GPUs in debug file." warn "No Intel GPUs in debug file."
fi fi
elif _check_or_install_tool intel_gpu_top igt-gpu-tools "Intel GPU tools (igt-gpu-tools)"; then elif _check_or_install_tool intel_gpu_top intel-gpu-tools "Intel GPU tools (intel-gpu-tools)"; then
intelCards=$(intel_gpu_top -L 2>/dev/null | grep -E '^card[0-9]+' || true) intelCards=$(intel_gpu_top -L 2>/dev/null | grep -E '^card[0-9]+' || true)
if [[ -n "$intelCards" ]]; then if [[ -n "$intelCards" ]]; then
info "Intel GPU(s) detected:" info "Intel GPU(s) detected:"