From eb631a1cdc290215f5160eb5e2df93b49a4296fd Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Mon, 27 Nov 2023 14:36:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20LXC=20=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02.PVE初始化配置.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/02.PVE初始化配置.md b/02.PVE初始化配置.md index b781ac7..6cec3a2 100644 --- a/02.PVE初始化配置.md +++ b/02.PVE初始化配置.md @@ -118,10 +118,12 @@ deb https://mirrors.ustc.edu.cn/proxmox/debian/pve bookworm pve-no-subscription ```bash ## 替换 CT Templates 源 -$ cp /usr/share/perl5/PVE/APLInfo.pm /usr/share/perl5/PVE/APLInfo.pm.bak +$ cp /usr/share/perl5/PVE/APLInfo.pm /usr/share/perl5/PVE/APLInfo.pm_back $ sed -i 's|http://download.proxmox.com|https://mirrors.ustc.edu.cn/proxmox|g' /usr/share/perl5/PVE/APLInfo.pm +$ systemctl restart pvedaemon.service + ``` ### 1.4.镜像同步