From bbd82dd34f5aea9e584bc64ae7549872825b2a0c Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Wed, 15 Feb 2023 10:41:43 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26c2105..231139b 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,14 @@ 自测中,勿要使用,未完成 -pve 7 +### pve 7 ``` curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/install_pve7.sh -o install_pve7.sh && chmod +x install_pve7.sh && bash install_pve7.sh ``` + +### pve 6 + +``` +curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/install_pve6.sh -o install_pve6.sh && chmod +x install_pve6.sh && bash install_pve6.sh +```