From 7b798ca360330f112eb61f838d99e6a15b745883 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 30 May 2023 11:46:45 +0800 Subject: [PATCH] Update create_vm.sh --- scripts/create_vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create_vm.sh b/scripts/create_vm.sh index 79221b3..575a8cd 100644 --- a/scripts/create_vm.sh +++ b/scripts/create_vm.sh @@ -144,7 +144,7 @@ build_new_vms(){ done while true; do sys_status="false" - reading "每个虚拟机都使用什么系统?(若都使用debian11,则输入debian11或留空):" system + reading "每个虚拟机都使用什么系统?(若都使用debian11,则留空或输入debian11):" system if [ -z "$system" ]; then system="debian11" fi