Skip to content

Commit 6e73edf

Browse files
authored
Add PVE uninstallation instructions
Added instructions for uninstalling PVE with scripts for both international and domestic users.
1 parent ca653dc commit 6e73edf

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docs/guide/pve/pve_install.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,23 @@ bash <(curl -sSLk https://cdn.spiritlhl.net/https://raw.githubusercontent.com/on
132132

133133
到这一步主体安装完毕。
134134

135+
### 一键卸载PVE
136+
137+
卸载脚本执行完毕后,重启宿主机则回归到未安装的状态下
138+
139+
国际
140+
141+
```shell
142+
bash <(curl -sSLk https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/uninstall_pve.sh)
143+
```
144+
145+
国内
146+
147+
```shell
148+
bash <(curl -sSLk https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/uninstall_pve.sh)
149+
```
150+
151+
135152
## 在物理机器上进行安装
136153

137154
本方法安装的Proxmox**不可**后续使用本项目的所有脚本。

0 commit comments

Comments
 (0)