From f7448f4cf3eebf792ae59506969ad97c0639ba9a Mon Sep 17 00:00:00 2001 From: xubiaolin Date: Fri, 29 Jul 2022 16:50:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20=E7=B2=BE=E7=AE=80?= =?UTF-8?q?=E6=8B=89=E5=8F=96=E7=9A=84=E4=BB=A3=E7=A0=81=E5=B1=82=E7=BA=A7?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=E4=B8=8B=E8=BD=BD=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.sh b/init.sh index edc0d32..c2aa4fd 100755 --- a/init.sh +++ b/init.sh @@ -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