更新 Proxmox Virtual Environment
@@ -50,4 +50,16 @@ 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
|
systemctl restart pvedaemon.service
|
||||||
|
```
|
||||||
|
# 四、其他高级玩法
|
||||||
|
### 4.1 使用pvetools脚优化
|
||||||
|
```
|
||||||
|
#安装git
|
||||||
|
apt install git -y
|
||||||
|
|
||||||
|
#克隆脚本项目到/opt下(可以自己选自己的目录)
|
||||||
|
cd /opt && git clone https://github.com/ivanhao/pvetools.git
|
||||||
|
|
||||||
|
#运行脚本,按提示选择语言后使用
|
||||||
|
bash /opt/pvetools/pvetools.sh
|
||||||
```
|
```
|
Reference in New Issue
Block a user