更新 Proxmox Virtual Environment
@@ -51,3 +51,15 @@ sed -i 's|http://download.proxmox.com|https://mirrors.ustc.edu.cn/proxmox|g' /us
|
||||
#重启服务生效
|
||||
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