mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 14:02:53 +08:00
更新 LXC 文案
This commit is contained in:
+3
-1
@@ -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.镜像同步
|
||||||
|
|||||||
Reference in New Issue
Block a user