Skip to content

Commit

Permalink
feat: 🎸 精简拉取的代码层级,优化下载速度
Browse files Browse the repository at this point in the history
  • Loading branch information
xubiaolin committed Jul 29, 2022
1 parent e66d109 commit f7448f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ cd /usr/include/nlohmann/ && wget https://github.com/nlohmann/json/releases/down

npm config set registry http://registry.npm.taobao.org && npm install -g node-gyp
curl -s https://install.zerotier.com | bash
cd /opt && git clone -v http://gh-proxy.markxu.vip/https://github.com/key-networks/ztncui.git
cd /opt && git clone -v http://gh-proxy.markxu.vip/https://github.com/zerotier/ZeroTierOne.git
cd /opt && git clone -v http://gh-proxy.markxu.vip/https://github.com/key-networks/ztncui.git --depth 1
cd /opt && git clone -v http://gh-proxy.markxu.vip/https://github.com/zerotier/ZeroTierOne.git --depth 1

cd /opt/ztncui/src
npm install
Expand Down

0 comments on commit f7448f4

Please sign in to comment.