Browse Source

bug fix: wrong tar name

master
filesite 5 months ago
parent
commit
038b409518
  1. 2
      install.sh

2
install.sh

@ -286,7 +286,7 @@ imgExist=$? @@ -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

Loading…
Cancel
Save