From fdbb96a204938c55e4bb6b8cfb74c2f3d63ed3db Mon Sep 17 00:00:00 2001 From: zhao Date: Wed, 2 Apr 2025 00:36:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20OpenWrt/upload.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- OpenWrt/upload.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OpenWrt/upload.sh b/OpenWrt/upload.sh index c528472..029ccde 100644 --- a/OpenWrt/upload.sh +++ b/OpenWrt/upload.sh @@ -3,7 +3,6 @@ set -e # 配置参数 REPO="oppen321/ZeroWrt-Action" -TAG="OpenWrt-X86_64-24.10" # 1. 下载GitHub Release文件 echo "➜ 下载GitHub Release文件..." @@ -17,7 +16,7 @@ case "$model" in TAG="OpenWrt-Rockchip-24.10" ;; *) - echo "❌ 不支持的架构: $MODEL" + echo "❌ 不支持的架构: $model" exit 1 ;; esac