mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-07 00:02:14 +08:00
7 lines
315 B
Plaintext
7 lines
315 B
Plaintext
# 此处版本应与nwjs使用的node版本一致
|
|
if [ -z $NODE_VERSION ];then
|
|
NODE_VERSION=19.8.1
|
|
fi
|
|
NODE_URL_CN=https://npmmirror.com/mirrors/node/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz
|
|
NODE_URL_GLOBAL=https://nodejs.org/download/release/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz
|