From 6c6470e1f45e2529d0c3fddcad9064f19428c202 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 30 May 2023 11:46:55 +0800 Subject: [PATCH] Update create_ct.sh --- scripts/create_ct.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create_ct.sh b/scripts/create_ct.sh index 0705452..081d0f9 100644 --- a/scripts/create_ct.sh +++ b/scripts/create_ct.sh @@ -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