mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-09-01 06:22:52 +08:00
更新 LXC 文案
This commit is contained in:
+4
-4
@@ -116,14 +116,14 @@ 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
|
|
||||||
|
|
||||||
|
## 替换 CT Templates 链接
|
||||||
$ 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
|
||||||
|
|
||||||
|
## 重启 PVE Daemon 服务
|
||||||
$ systemctl restart pvedaemon.service
|
$ systemctl restart pvedaemon.service
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### 1.4.镜像同步
|
### 1.4.镜像同步
|
||||||
|
|||||||
Reference in New Issue
Block a user