Use hotwa node-bins release by default

This commit is contained in:
mm644706215
2026-03-21 15:30:55 +08:00
parent c12922ea4f
commit 40e0704dc9
4 changed files with 9 additions and 9 deletions

View File

@@ -55,7 +55,7 @@ PNPM_BIN="${OC_GLOBAL}/bin/pnpm"
# Node.js 下载源
OPENCLAW_GITHUB_REPO="${OPENCLAW_GITHUB_REPO:-hotwa/luci-app-openclaw}"
OPENCLAW_NODE_BINS_REPO="${OPENCLAW_NODE_BINS_REPO:-10000ge10000/luci-app-openclaw}"
OPENCLAW_NODE_BINS_REPO="${OPENCLAW_NODE_BINS_REPO:-hotwa/luci-app-openclaw}"
NODE_MIRROR="${NODE_MIRROR:-https://nodejs.org/dist}"
NODE_MIRROR_CN="https://npmmirror.com/mirrors/node"
NODE_MUSL_MIRROR="https://unofficial-builds.nodejs.org/download/release"