From 72019de33b51044ae77330476ea7db4aa35e81b2 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 11 Apr 2023 12:08:41 +0800 Subject: [PATCH] Update README.md --- back/README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/back/README.md b/back/README.md index b16dd5e..6159745 100644 --- a/back/README.md +++ b/back/README.md @@ -23,19 +23,3 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/install_iso.sh -o ``` curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/back/rebuild.sh -o rebuild.sh && chmod +x rebuild.sh && bash rebuild.sh ``` - -### 批量配置VM - -``` -curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/create_vm.sh -o create_vm.sh && chmod +x create_vm.sh -``` - -### 单独生成VM - -``` -curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/buildvm.sh -o buildvm.sh && chmod +x buildvm.sh -``` - -``` -./buildvm.sh 102 test1 1234567 1 512 5 40001 40002 40003 50000 50025 ubuntu20 -```