Skip to content

Commit

Permalink
Update ztncui.sh
Browse files Browse the repository at this point in the history
change npm repo
  • Loading branch information
niliovo authored Mar 3, 2024
1 parent 912638f commit 87305d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ztncui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ apt install -y nodejs --no-install-recommends
rm -f node_inst.sh
git clone https://github.com/kmahyyg/ztncui-aio.git tmp
mv tmp/* /build
npm config set registry http://registry.npm.taobao.org
npm config set registry https://registry.npmmirror.com
#npm config set registry http://registry.npm.taobao.org
sed -i "s|git clone https://github.com/key-networks/ztncui||g" build-ztncui.sh

sed -i "s|Debugging: Print EnvVar:|Debugging: 输出环境变量:|g" start_firsttime_init.sh
Expand Down

0 comments on commit 87305d5

Please sign in to comment.