Update pve_qa.md

This commit is contained in:
spiritlhl
2023-10-22 16:13:23 +08:00
committed by GitHub
parent 7ab9bd658a
commit d6ab96e008

View File

@@ -33,10 +33,10 @@ fi
## 安装PVE失败
如果有什么机器安装不了着急的可以尝试使用以下仓库的脚本先重装为debian11
如果有什么机器安装不了着急的可以尝试使用以下仓库的脚本先重装为debian12
```
bash <(curl -sSL https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh) -debian 11 -pwd 'oneclickvirt139'
bash <(curl -sSL https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh) -debian 12 -pwd 'oneclickvirt139'
```
此时dd后的系统用户名为```root```,密码为```oneclickvirt139```
@@ -90,7 +90,7 @@ iptables-save | awk '{if($1=="COMMIT"){delete x}}$1=="-A"?!x[$0]++:1' | iptables
[OVH](https://www.ovhcloud.com/en/public-cloud/) 中的 Public Cloud 服务器 需要使用以下命令dd为纯净系统后安装
```shell
bash <(curl -sSL https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh) -debian 11 -pwd 'oneclickvirt139' --network "static"
bash <(curl -sSL https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh) -debian 12 -pwd 'oneclickvirt139' --network "static"
```
此时dd后的系统用户名为```root```,密码为```oneclickvirt139```