diff --git a/debian/control b/debian/control index d2d26a3..5f1ab58 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Package: pve-mod Architecture: all Depends: ${misc:Depends}, perl, librrds-perl Recommends: lm-sensors, nut-client -Suggests: igt-gpu-tools +Suggests: intel-gpu-tools Description: Proxmox VE UI modifications and sensor monitoring Extends the Proxmox VE web interface with sensor readings including CPU, GPU, NVMe/HDD/SSD temperatures, fan speeds, and RAM temperatures diff --git a/src/Scripts/pve-mod-configure b/src/Scripts/pve-mod-configure index 9911fb5..b9633ae 100644 --- a/src/Scripts/pve-mod-configure +++ b/src/Scripts/pve-mod-configure @@ -240,7 +240,7 @@ configure_node_info() { else warn "No Intel GPUs in debug file." 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) if [[ -n "$intelCards" ]]; then info "Intel GPU(s) detected:"