From f7ce11e99d753786c0e3746b12cddc8c707f5d2b Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Mon, 27 Nov 2023 17:51:16 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/02.PVE初始化配置.md b/02.PVE初始化配置.md index 6cec3a2..33403aa 100644 --- a/02.PVE初始化配置.md +++ b/02.PVE初始化配置.md @@ -116,14 +116,14 @@ 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_back +## 备份 CT Templates 源 +$ cp /usr/share/perl5/PVE/APLInfo.pm /usr/share/perl5/PVE/APLInfo.pm.bak +## 替换 CT Templates 链接 $ sed -i 's|http://download.proxmox.com|https://mirrors.ustc.edu.cn/proxmox|g' /usr/share/perl5/PVE/APLInfo.pm +## 重启 PVE Daemon 服务 $ systemctl restart pvedaemon.service - ``` ### 1.4.镜像同步