mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-03-02 16:53:40 +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
|
fi
|
||||||
done
|
done
|
||||||
while true; do
|
while true; do
|
||||||
reading "每个虚拟机都使用什么系统?(若都使用debian11,则输入debian11或留空):" system
|
reading "每个虚拟机都使用什么系统?(若都使用debian11,则留空或输入debian11):" system
|
||||||
if [ -z "$system" ]; then
|
if [ -z "$system" ]; then
|
||||||
system="debian11"
|
system="debian11"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue