mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-23 02:15:04 +02:00
* PMG Post Install: Detect gateway via /etc/os-release when /etc/issue is generic * PMG Post Install: detect gateway via dpkg or PMG service units * PMG: migrate post-install to deb822 format, fix APT source conflicts - Simplify PMG detection to dpkg-based check only - Extend repo_state() to scan .sources files (deb822 format) - Add toggle_repo() helper for enable/disable on both formats - Migrate Debian sources correction to deb822 (debian.sources) - Migrate pmg-enterprise, pmg-no-subscription, pmgtest repo creation to deb822 .sources files - Install script: clean up duplicate APT sources created by proxmox-mailgateway-container package (enterprise.list, pmg-install-repo.list, legacy sources.list) * fix: use official Signed-By path & revert install script cleanup - Change Signed-By from /etc/apt/keyrings/pmg.gpg to /usr/share/keyrings/proxmox-archive-keyring.gpg in all three PMG repo creation blocks (enterprise, no-subscription, test), matching official PMG docs and PVE post-install convention - Remove APT source cleanup from install script (handled by post-pmg-install instead) * remove empty line