diff --git a/docs/guide/pve_qa.md b/docs/guide/pve_qa.md index 79122fc652..06bebbea5b 100644 --- a/docs/guide/pve_qa.md +++ b/docs/guide/pve_qa.md @@ -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```