Update README.md

This commit is contained in:
spiritLHLS 2023-04-10 22:32:13 +08:00 committed by GitHub
parent 505bba7c50
commit 9666393f34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```