PVE 8.0正式版已发布,官方源比较慢,更新为国内源如下


备份一下原始源,并且改成名字


mv /etc/apt/sources.list /etc/apt/sources.list.bak

nano /etc/apt/sources.list

然后输入以下源



deb http://mirrors.ustc.edu.cn/debian/ bookworm main non-free-firmware
deb-src http://mirrors.ustc.edu.cn/debian/ bookworm main non-free-firmware

deb https://mirrors.ustc.edu.cn/debian-security bookworm-security main contrib

deb http://mirrors.ustc.edu.cn/debian/ bookworm-updates main non-free-firmware
deb-src http://mirrors.ustc.edu.cn/debian/ bookworm-updates main non-free-firmware


添加PVE国内源


nano /etc/apt/sources.list.d/pve-no-subscription.list

输入



deb https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian bookworm pve-no-subscription


屏蔽企业源


nano /etc/apt/sources.list.d/pve-enterprise.list

改为



###deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise


禁用ceph源


nano /etc/apt/sources.list.d/ceph.list

改为



###deb https://enterprise.proxmox.com/debian/ceph-quincy bookworm enterprise



更新一下


apt-get update

pve最新的iso下载地址:


https://enterprise.proxmox.com/iso/


发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注