HelperScripts-for-ProxmoxVE/misc
MickLesk 2b921736e6 fix(tools.func): fix GPG key format detection in setup_deb822_repo
The previous logic using 'file | grep PGP' was inverted — both
ASCII-armored and binary GPG keys matched the pattern, causing
ASCII-armored keys to be copied directly instead of being
dearmored. This resulted in APT failing with NO_PUBKEY errors
on Debian 12 (bookworm).

Use 'grep BEGIN PGP' to reliably detect ASCII-armored keys and
dearmor them, otherwise copy binary keys directly.
2026-02-12 22:30:34 +01:00
..
images remove old files and assets (#9991) 2025-12-15 17:37:26 +01:00
alpine-install.func Call get_lxc_ip explicitly after network is up 2026-01-19 17:40:25 +01:00
alpine-tools.func Three-tier defaults system | security improvements | error_handler | improved logging | improved container creation | improved architecture (#9540) 2025-12-04 07:52:18 +01:00
api.func fix(api): prevent duplicate post_to_api submissions (#11836) 2026-02-12 13:45:32 +01:00
build.func core: remove old Go API and extend misc/api.func with new backend (#11822) 2026-02-12 11:55:13 +01:00
cloud-init.func feat(cloud-init): add interactive SSH key discovery and selection (#11547) 2026-02-05 08:11:13 +01:00
core.func fix(core): spinner misalignment (#11627) 2026-02-06 17:58:50 +01:00
error_handler.func fix(telemetry): prevent stuck 'installing' status in error_handler.func (#11845) 2026-02-12 20:05:27 +01:00
install.func fix(install): run chown in subshell to avoid ERR trap 2026-01-28 14:42:10 +01:00
tools.func fix(tools.func): fix GPG key format detection in setup_deb822_repo 2026-02-12 22:30:34 +01:00
vm-core.func core: create vm-core.func from dev (#11528) 2026-02-04 11:16:06 +01:00