- 更换APT源
- 备份源文件sources.list/
- 编辑源文件,修改成清华源
- 更新源:apt update && apt upgrade

- 修改/etc/hosts
nano/etc/hosts

![]()
- 添加PVE存储库和存储库秘钥
echo "deb [arch=amd64] https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian bullseye pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list
wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg

- 更新存储库和系统
apt update && apt full-upgrade
apt-get update && apt-get upgrade

- 安装PVE
apt install proxmox-ve postfix open-iscsi

安装过程中会自动弹出


- 卸载os-prober
apt remove os-prober
- 重启系统
systemctl reboot
- WEB访问PVE
https://IP:8006(注意使用https)
该博客介绍了如何更换Linux系统的APT源为清华源,并详细步骤进行系统更新。接着,它展示了如何添加Proxmox VE的存储库和密钥,以及执行系统升级和安装过程。最后,卸载不必要的软件,重启系统,并提供了通过HTTPS访问PVE管理界面的步骤。
1707





