File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,15 @@ if [ ! -x /usr/bin/jq ]; then
1010 sudo apt-get update
1111 sudo apt-get install -y jq
1212else
13- echo " jq 已安装 "
13+ echo " jq installed "
1414fi
1515
16- # 检查 docker.io 是否安装
1716if [ ! -x /usr/bin/docker ]; then
1817 echo " installing docker.io..."
1918 sudo apt-get update
2019 sudo apt-get install -y docker.io
2120else
22- echo " docker.io 已安装 "
21+ echo " docker.io installed "
2322fi
2423
2524if [ ! -f " $DOCKER_CONFIG " ] || [ ! -s " $DOCKER_CONFIG " ]; then
@@ -57,4 +56,4 @@ export RUSTUP_UPDATE_ROOT=https://mirrors.ustc.edu.cn/rust-static/rustup
5756
5857sudo docker run --privileged --rm -i -v $( pwd) :/DeepTrace 47.97.67.233:5000/deepshield/deeptrace bash -c \
5958' cd /DeepTrace/agent &&
60- cargo build --release'
59+ cargo xtask build --release'
You can’t perform that action at this time.
0 commit comments