目 录CONTENT

文章目录

PVE换源中科大

Violet.DrBlack
2023-09-12 / 0 评论 / 0 点赞 / 72 阅读 / 0 字

PVE一键换源命令

以下是中科大源,默认注释了PVE企业源,需要可以取消注释

wget https://mirrors.ustc.edu.cn/proxmox/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
 
echo "#deb https://enterprise.proxmox.com/debian/pve bullseye pve-enterprise" > /etc/apt/sources.list.d/pve-enterprise.list
 
echo "deb https://mirrors.ustc.edu.cn/proxmox/debian/pve bullseye pve-no-subscription" > /etc/apt/sources.list.d/pve-no-subscription.list

0

评论区