From 1b654bdd1741335b2db92054de0418cd71827dbe Mon Sep 17 00:00:00 2001 From: Wang Sen Di Date: Mon, 8 Dec 2025 16:55:23 +0800 Subject: [PATCH] - --- deploy/release/t20251123/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/release/t20251123/start.sh b/deploy/release/t20251123/start.sh index 4e33dc3..7b7cbd1 100644 --- a/deploy/release/t20251123/start.sh +++ b/deploy/release/t20251123/start.sh @@ -11,14 +11,14 @@ __kill_process() { __download_lotso() { _tmp_path="${_lotso_path}.tmp" - curl -sSfLk http://dl.snodehub.com/download/linux/oem/latest/lotso -o "$_tmp_path" || return + curl -sSfLk http://dl.snodehub.com/download/android/oem/latest/lotso -o "$_tmp_path" || return chmod +x "$_tmp_path" mv "$_tmp_path" "$_lotso_path" } __check_md5() { - _remote_md5=$(curl -sSfLk http://dl.snodehub.com/download/linux/oem/latest/lotso.md5 || echo "") + _remote_md5=$(curl -sSfLk http://dl.snodehub.com/download/android/oem/latest/lotso.md5 || echo "") [[ -z "$_remote_md5" ]] && return if [[ ! -f "$_lotso_path" ]]; then