|
|
@ -286,7 +286,7 @@ imgExist=$? |
|
|
|
if [ $imgExist -eq 0 ]; then |
|
|
|
if [ $imgExist -eq 0 ]; then |
|
|
|
if [ ! -f ./machete.tar ]; then |
|
|
|
if [ ! -f ./machete.tar ]; then |
|
|
|
echo "下载machete的docker镜像,文件大小89M,预计需要 5 - 10 分钟..." |
|
|
|
echo "下载machete的docker镜像,文件大小89M,预计需要 5 - 10 分钟..." |
|
|
|
curl -o machte.tar "https://static.jialuoma.cn/docker_images/machete.tar" |
|
|
|
curl -o machete.tar "https://static.jialuoma.cn/docker_images/machete.tar" |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
if [ -f ./machete.tar ]; then |
|
|
|
if [ -f ./machete.tar ]; then |
|
|
|