From 512a8639b94c682d45f4d8cd9e434c5747257edf Mon Sep 17 00:00:00 2001 From: X Date: Tue, 22 Apr 2025 13:23:53 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Proxmox=20Virtual=20Enviro?= =?UTF-8?q?nment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Proxmox-Virtual-Environment.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Proxmox-Virtual-Environment.md b/Proxmox-Virtual-Environment.md index 87716a1..967359d 100644 --- a/Proxmox-Virtual-Environment.md +++ b/Proxmox-Virtual-Environment.md @@ -42,4 +42,9 @@ deb https://mirrors.ustc.edu.cn/debian-security bookworm-security main contrib #vim /etc/apt/sources.list.d/pve-no-subscription.list deb https://mirrors.ustc.edu.cn/proxmox/debian/pve bookworm pve-no-subscription ``` -- 配置国内LXC镜像源 \ No newline at end of file +- 配置国内LXC镜像源 +``` +#备份源文件 +cp /usr/share/perl5/PVE/APLInfo.pm /usr/share/perl5/PVE/APLInfo.pm_back +#更换源 +``` \ No newline at end of file