mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-27 09:45:00 +02:00
2bd2833c07
Runtime fix: - fwupd's own "metadata is 30 days old, update now?" prompt was captured into the command output and garbled the report. Pass --no-metadata-check (and -y) to get-devices/get-updates so the checks run non-interactively. - Detect the common Proxmox case of no mounted EFI System Partition and state clearly that UEFI/BIOS capsule updates cannot be staged, instead of burying the warning; also treat "No updatable devices" as nothing-to-do. Consistency: - Source core.func + load_functions for the shared color/msg_* helpers instead of duplicating them locally (api.func still provides telemetry), matching update-apps and pve-privilege-converter.