diff --git a/install.sh b/install.sh index 1d71ab8..d6e8b37 100755 --- a/install.sh +++ b/install.sh @@ -286,7 +286,7 @@ imgExist=$? if [ $imgExist -eq 0 ]; then if [ ! -f ./machete.tar ]; then 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 if [ -f ./machete.tar ]; then