From f2ba7b496dafa8ec669e33d4656fc3d734668a16 Mon Sep 17 00:00:00 2001 From: NullYing <10618381+NullYing@users.noreply.github.com> Date: Tue, 27 May 2025 22:35:44 +0800 Subject: [PATCH] Update boot.sh --- packages/client-rust/boot.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/client-rust/boot.sh b/packages/client-rust/boot.sh index dea3e4a..ccbbdf9 100644 --- a/packages/client-rust/boot.sh +++ b/packages/client-rust/boot.sh @@ -13,6 +13,8 @@ EOF set -e +echo "🤫 等待连接网络中..." +sleep 10 DOWNLOAD_BASE_URL="https://gitee.com/idootop/artifacts/releases/download/open-xiaoai-client"