mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-02-14 01:03:25 +01:00
gpg --dearmor creates files with restrictive permissions (600), which prevents Debian 13's sqv signature verifier from reading the keyring files. This causes apt update to fail with 'Permission denied' errors for all repositories using custom GPG keys (adoptium, pgdg, pdm, etc.). Set chmod 644 after creating .gpg files in both setup_deb822_repo() and the MongoDB GPG key import in manage_tool_repository().