mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-03-03 17:27:17 +08:00
Update README.md
This commit is contained in:
parent
2861022ea1
commit
3a33278e51
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue