06
2024
11
16:41:26

PVE安装完成需要做的初始化配置:删除企业订阅,更新国内源(阿里云源,中科大源)

PVE是基于debian的,需要做的初始化配置不多,但是必须做,否则影响后续的工作。

一、删除删除企业版源:,打开PVE的web面板,点击shell

rm -rf /etc/apt/sources.list.d/pve-enterprise.list

二、第二部替换国内源(以中科大源为例):

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

三、修改Debian系统源

sed -i 's|^deb http://ftp.debian.org|deb https://mirrors.ustc.edu.cn|g' /etc/apt/sources.list
sed -i 's|^deb http://security.debian.org|deb https://mirrors.ustc.edu.cn/debian-security|g' /etc/apt/sources.list

四、更新软件

apt update

五、升级系统: 如果需要,可以执行以下命令来升级系统:

apt dist-upgrade -y




推荐本站淘宝优惠价购买喜欢的宝贝:

image.png

本文链接:https://hqyman.cn/post/8345.html 非本站原创文章欢迎转载,原创文章需保留本站地址!

分享到:
打赏





休息一下~~


« 上一篇 下一篇 »

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

请先 登录 再评论,若不是会员请先 注册

您的IP地址是: