Update README.md

This commit is contained in:
spiritLHLS 2023-04-22 20:27:56 +08:00 committed by GitHub
parent 2861022ea1
commit 3a33278e51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,3 +54,9 @@ service networking restart
systemctl restart networking.service
rm -rf vm*
```
### 创建单个CT
```
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/back/buildct.sh -o buildct.sh && chmod +x buildct.sh && bash buildct.sh
```