mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-20 17:03:05 +01:00
Replace dpkg -l with dpkg-query -W for Temurin JDK version detection in setup_java(). dpkg -l truncates long package names in its formatted table output, causing version extraction to fail. This triggered an unnecessary remove+reinstall cycle on every update even when the correct version was already installed. The unnecessary reinstall caused ~110MB re-downloads and filesystem block changes that inflated PBS incremental backups. Fixes #13099