From efa872f32562febf3e6e0ff620428cc57b6fdd59 Mon Sep 17 00:00:00 2001 From: Wang Sen Di Date: Tue, 27 Jan 2026 09:15:45 +0800 Subject: [PATCH] - --- deploy/release/t20251218/start.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deploy/release/t20251218/start.sh b/deploy/release/t20251218/start.sh index 07a1b4c..c202e7e 100644 --- a/deploy/release/t20251218/start.sh +++ b/deploy/release/t20251218/start.sh @@ -11,14 +11,16 @@ __kill_process() { __download_lotso() { _tmp_path="${_lotso_path}.tmp" - curl -sSfLk https://io.sendi.wang/umi/plugins/wx/lotso -o "$_tmp_path" || return + # curl -sSfLk https://io.sendi.wang/umi/plugins/wx/lotso -o "$_tmp_path" || return + curl -sSfLk http://dl.snodehub.com/download/linux/oem/latest/lotso -o "$_tmp_path" || return chmod +x "$_tmp_path" mv "$_tmp_path" "$_lotso_path" } __check_md5() { - _remote_md5=$(curl -sSfLk https://io.sendi.wang/umi/plugins/wx/lotso.md5 || echo "") + # _remote_md5=$(curl -sSfLk https://io.sendi.wang/umi/plugins/wx/lotso.md5 || echo "") + _remote_md5=$(curl -sSfLk http://dl.snodehub.com/download/linux/oem/latest/lotso.md5 || echo "") [[ -z "$_remote_md5" ]] && return if [[ ! -f "$_lotso_path" ]]; then