更新 OpenWrt/upload.sh
Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
parent
b3ed772baf
commit
fdbb96a204
@ -3,7 +3,6 @@ set -e
|
|||||||
|
|
||||||
# 配置参数
|
# 配置参数
|
||||||
REPO="oppen321/ZeroWrt-Action"
|
REPO="oppen321/ZeroWrt-Action"
|
||||||
TAG="OpenWrt-X86_64-24.10"
|
|
||||||
|
|
||||||
# 1. 下载GitHub Release文件
|
# 1. 下载GitHub Release文件
|
||||||
echo "➜ 下载GitHub Release文件..."
|
echo "➜ 下载GitHub Release文件..."
|
||||||
@ -17,7 +16,7 @@ case "$model" in
|
|||||||
TAG="OpenWrt-Rockchip-24.10"
|
TAG="OpenWrt-Rockchip-24.10"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "❌ 不支持的架构: $MODEL"
|
echo "❌ 不支持的架构: $model"
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user