PVE升级
简介
想着升级下家里的pve,因为最新的版本貌似支持暗黑模式了
操作
首先要备份原来的企业源
1 | mv /etc/apt/sources.list.d/pve-enterprise.list /etc/apt/sources.list.d/pve-enterprise.list.bak |
之后备份下原来debian的源
1 | cp /etc/apt/sources.list /etc/apt/sources.list.bak |
之后替换原来的源为ustc的源
1 | sed -i 's|^deb http://ftp.debian.org|deb https://mirrors.ustc.edu.cn|g' /etc/apt/sources.list |
添加pve-no-subscription源
1 | source /etc/os-release |
最后更新系统
1 | apt update |
更新完成之后重启下系统
1 | reboot |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 流水易寒の博客!