mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-01-31 18:18:28 +08:00
Update create_ct.sh
This commit is contained in:
parent
7b798ca360
commit
6c6470e1f4
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ build_new_cts(){
|
|||
fi
|
||||
done
|
||||
while true; do
|
||||
reading "每个虚拟机都使用什么系统?(若都使用debian11,则输入debian11或留空):" system
|
||||
reading "每个虚拟机都使用什么系统?(若都使用debian11,则留空或输入debian11):" system
|
||||
if [ -z "$system" ]; then
|
||||
system="debian11"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue