修改/etc/apt/sources.list.d/pve-enterprise.list注释掉解决,
1
|
#deb https://enterprise.proxmox.com/debian/pve stretch pve-enterprise |
或者直接删除,哈哈。
1
|
rm -f /etc/apt/sources .list.d /pve-enterprise .list |
最后,为了更新proxmox,我们可以这样解决:
1
|
nano /etc/apt/sources .list |
添加:
deb http://download.proxmox.com/debian stretch pve-no-subscription
然后就可以正常apt-get update ,apt-get upgrade !