diff --git a/help/_posts/1970-01-01-proxmox.md b/help/_posts/1970-01-01-proxmox.md index 9e6752f..42589e5 100644 --- a/help/_posts/1970-01-01-proxmox.md +++ b/help/_posts/1970-01-01-proxmox.md @@ -34,7 +34,7 @@ deb https://{%endraw%}{{ site.hostname }}{%raw%}/proxmox/{{os_name}} {{release_n ISO安装文件下载:[https://{{ site.hostname }}/proxmox/iso/](https://{{ site.hostname }}/proxmox/iso/) -# CT Templates +### CT Templates 如果你需要加速 Proxmox 网页端下载 CT Templates,可以替换 CT Templates 的源为 `https://{{ site.hostname }}`。 @@ -44,8 +44,8 @@ ISO安装文件下载:[https://{{ site.hostname }}/proxmox/iso/](https://{{ si 可以使用如下命令修改: ``` - cp /usr/share/perl5/PVE/APLInfo.pm /usr/share/perl5/PVE/APLInfo.pm_back - sed -i 's|http://download.proxmox.com|https://{{ site.hostname }}/proxmox|g' /usr/share/perl5/PVE/APLInfo.pm +cp /usr/share/perl5/PVE/APLInfo.pm /usr/share/perl5/PVE/APLInfo.pm_back +sed -i 's|http://download.proxmox.com|https://{{ site.hostname }}/proxmox|g' /usr/share/perl5/PVE/APLInfo.pm ``` 针对 `/usr/share/perl5/PVE/APLInfo.pm` 文件的修改,重启后生效。