diff --git a/init.sh b/init.sh index d9f1d49..edc0d32 100755 --- a/init.sh +++ b/init.sh @@ -19,7 +19,11 @@ dpkg-reconfigure --frontend noninteractive tzdata rm -rf /var/lib/apt/lists/* apt update -apt install git python3 npm make curl -y +apt install git python3 npm make curl wget -y + +mkdir /usr/include/nlohmann/ +cd /usr/include/nlohmann/ && wget https://github.com/nlohmann/json/releases/download/v3.10.5/json.hpp + 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