From c3fede03f0aed5cd75c772bd59da6b4e7005e52a Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 2 Sep 2026 03:19:10 +0000 Subject: [PATCH] release: sync public installer asset install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bcb8ed3..568e0a9 100644 --- a/install.sh +++ b/install.sh @@ -649,7 +649,7 @@ tmp.write_text(text) tmp.replace(p) PY if [[ -n $MENU_PROFILES ]]; then - [[ ${XYMEDIA_INSTALL_CONFIRM:-} == INSTALL_XIAOYA ]] || { confirm=$(prompt_tty '输入 INSTALL_XIAOYA 继续: '); [[ $confirm == INSTALL_XIAOYA ]] || die '未确认小雅安装'; } + [[ ${XYMEDIA_INSTALL_CONFIRM:-} == INSTALL_XIAOYA ]] || { confirm=$(prompt_tty '安装小雅将创建并启动相关容器,输入 1 继续,其他内容取消: '); [[ $confirm == 1 ]] || die '已取消小雅安装'; } for profile in $MENU_PROFILES; do run_logged "${COMPOSE[@]}" --profile "$profile" --project-directory "$INSTALL_DIR" --env-file "$INSTALL_DIR/.env" -f "$INSTALL_DIR/compose.yaml" up -d || die "小雅 profile 启动失败:$profile"; done fi progress '下载 bootstrap runtime'