pve-manager/pve-apt.conf

10 lines
202 B
Plaintext
Raw Normal View History

APT
{
NeverAutoRemove
{
"^pve-kernel-.*";
};
}
Acquire::https::enterprise.proxmox.com::CaInfo "/etc/apt/pve-repo-ca-certificates.crt";
Acquire::https::enterprise.proxmox.com::Verify-Peer "true";