From 60036d3167b600c6156d02ba8e290387db23dff4 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Sun, 9 Apr 2023 23:46:16 +0800 Subject: [PATCH] Update buildvm.sh --- buildvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildvm.sh b/buildvm.sh index e1da2e9..c71cd4e 100644 --- a/buildvm.sh +++ b/buildvm.sh @@ -4,7 +4,7 @@ # 2023.04.09 # ./buildvm.sh VMID 用户名 密码 CPU核数 内存 硬盘 SSH端口 80端口 443端口 外网端口起 外网端口止 系统 -# ./buildvm.sh 102 test1 1234567 1 512 5 40001 40002 40003 50000 50025 debian10 +# ./buildvm.sh 102 test1 1234567 1 512 5 40001 40002 40003 50000 50025 ubuntu20 cd /root >/dev/null 2>&1 # 创建容器