临时关闭重复检测
This commit is contained in:
parent
0a7964fde0
commit
4972b460ff
@ -25,7 +25,8 @@ else
|
|||||||
result=$?
|
result=$?
|
||||||
fi
|
fi
|
||||||
if [[ $result != 0 ]]; then
|
if [[ $result != 0 ]]; then
|
||||||
exit
|
# 临时关闭检测
|
||||||
|
#exit
|
||||||
fi
|
fi
|
||||||
# install dep
|
# install dep
|
||||||
sudo apt install -y wget xz-utils make gcc flex bison dpkg-dev bc rsync kmod cpio libssl-dev git lsb vim libelf-dev aria2
|
sudo apt install -y wget xz-utils make gcc flex bison dpkg-dev bc rsync kmod cpio libssl-dev git lsb vim libelf-dev aria2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user