mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-09-14 10:14:35 +08:00
Update README.md
This commit is contained in:
parent
505bba7c50
commit
9666393f34
1 changed files with 4 additions and 7 deletions
|
@ -19,6 +19,10 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/back/rebuild.sh -o
|
|||
|
||||
```
|
||||
|
||||
```
|
||||
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/create_vm.sh -o create_vm.sh && chmod +x create_vm.sh
|
||||
```
|
||||
|
||||
```
|
||||
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/buildvm.sh -o buildvm.sh && chmod +x buildvm.sh
|
||||
```
|
||||
|
@ -26,10 +30,3 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/buildvm.sh -o buil
|
|||
```
|
||||
./buildvm.sh 102 test1 1234567 1 512 5 40001 40002 40003 50000 50025 ubuntu20
|
||||
```
|
||||
|
||||
```
|
||||
rm -rf vm* qcow *.sh
|
||||
nft delete table nat
|
||||
echo "" > /etc/nftables.conf
|
||||
systemctl restart nftables.service
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue