4 Star 0 Fork 2

Apollo_Rescue / Apollo_Rescue2017

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.update-library.sh 863 Bytes
一键复制 编辑 原始数据 按行查看 历史
zzj 提交于 2017-09-05 18:09 . new
#!/bin/sh
WGET='wget --no-check-certificate -O'
if ! [ -x `which wget||echo /dev/null` ]; then
if [ -x `which curl||echo /dev/null` ]; then
WGET='curl -o'
else
if ! [ -x `which apt-get||echo /dev/null` ]; then
echo "[!] This script repuire apt-get or wget."
exit
fi
sudo apt-get install -y wget
sh -c "sh $0"
exit
fi
fi
cd `dirname $0`
cd ./library/rescue/adf
$WGET 'adf-core.jar' "https://raw.githubusercontent.com/RCRS-ADF/core/jar/build/libs/adf-core.jar?$$"
# $WGET 'adf-modules.jar' "https://raw.githubusercontent.com/RCRS-ADF/modules/master/build/libs/adf-modules.jar?$$"
cd sources
$WGET 'adf-core-sources.jar' "https://raw.githubusercontent.com/RCRS-ADF/core/jar/build/libs/adf-core-sources.jar?$$"
# $WGET 'adf-modules-sources.jar' "https://raw.githubusercontent.com/RCRS-ADF/modules/master/build/libs/adf-modules-sources.jar?$$"
Java
1
https://gitee.com/rescue/Apollo_Rescue2017.git
git@gitee.com:rescue/Apollo_Rescue2017.git
rescue
Apollo_Rescue2017
Apollo_Rescue2017
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891