Update builds.sh

This commit is contained in:
windyday 2025-06-13 21:48:57 +08:00 committed by GitHub
parent d92b17b091
commit c742bfde6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
main