mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-03-01 16:29:17 +08:00
Update README.md
This commit is contained in:
parent
63128bc6b3
commit
72019de33b
1 changed files with 0 additions and 16 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue