DNS节点可以修改SSH登录相关信息

This commit is contained in:
刘祥超
2021-08-12 11:04:28 +08:00
parent 9e72dcc390
commit 1de57e124f
5 changed files with 120 additions and 3 deletions

View File

@@ -1,5 +1,17 @@
#!/usr/bin/env bash
ROOT=$(dirname $0)
# build all nodes
if [ -f $ROOT"/../../EdgeNode/build/build-all-plus.sh" ]; then
echo "=============================="
echo "build all edge-node"
echo "=============================="
cd $ROOT"/../../EdgeNode/build"
./build-all-plus.sh
cd -
fi
./build.sh linux amd64
./build.sh linux 386
./build.sh linux arm64