From c742bfde6c1914f5c30c5971baf1302e1ffe482e Mon Sep 17 00:00:00 2001 From: windyday <63159472+CoverUp137@users.noreply.github.com> Date: Fri, 13 Jun 2025 21:48:57 +0800 Subject: [PATCH] Update builds.sh --- builds.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builds.sh b/builds.sh index 9ecb0e0..30f5339 100644 --- a/builds.sh +++ b/builds.sh @@ -5,8 +5,8 @@ option() { read install_opt echo "$install_opt"|grep -q '2' && task_type='uninstall' || task_type='install' echo -n $echo_opt_e "可选项目: - \r2. cns - \r4. amy4Server + \r1. cns + \r2. amy4Server \r请选择项目(多个用空格隔开): " read build_projects echo -n '后台运行吗?(输出保存在builds.out文件)[n]: ' @@ -152,4 +152,4 @@ main() { run_tasks } -main \ No newline at end of file +main