From 038b4095187f34119ec0bf80567db0d3e508d2b5 Mon Sep 17 00:00:00 2001 From: filesite Date: Wed, 26 Jun 2024 19:54:48 +0800 Subject: [PATCH] bug fix: wrong tar name --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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