更新 LXC 文案

This commit is contained in:
CallMeR
2023-11-27 14:36:30 +08:00
parent 46ce4e4ee3
commit eb631a1cdc
+3 -1
View File
@@ -118,10 +118,12 @@ deb https://mirrors.ustc.edu.cn/proxmox/debian/pve bookworm pve-no-subscription
```bash ```bash
## 替换 CT Templates 源 ## 替换 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 $ 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.镜像同步 ### 1.4.镜像同步