From d6ab96e008c97dce0cfa0ee82c9f5028b62f4efd Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sun, 22 Oct 2023 16:13:23 +0800 Subject: [PATCH] Update pve_qa.md --- docs/guide/pve_qa.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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```