ProXmoX VE apt-get update 报错
解决方法:
进入-数据中心-主机-shell
依次复制粘贴一下代码并按确认:
nano /etc/apt/sources.list.d/pve-enterprise.list
rm -f /etc/apt/sources.list.d/pve-enterprise.list
echo “deb http://download.proxmox.com/debian/pve stretch pve-no-subscription” > /etc/apt/sources.list.d/pve-install-repo.list
apt-get update && dist-upgrade
如果可以帮您解决问题,请点赞支持下,谢谢~