diff --git a/build.sh b/build.sh index 5bb7894..3262ab0 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ cd "$SCRIPT_DIR" # 安装阿里云核心 mkdir tmp cd tmp -git clone https://gitee.com/yobonianhua/aliyun-openapi-cpp-sdk.git +git clone https://git.ddtalk.net/1585346868/aliyun-openapi-cpp-sdk.git cd aliyun-openapi-cpp-sdk sudo sh easyinstall.sh core cd ${SCRIPT_DIR}