Browse Source

remove md5 sum check for machete image

master
filesite 3 months ago
parent
commit
23bf69328a
  1. 5
      install.sh

5
install.sh

@ -63,10 +63,6 @@ if [ $imgExist -eq 0 ]; then @@ -63,10 +63,6 @@ if [ $imgExist -eq 0 ]; then
fi
if [ -f ./machete.tar ]; then
# 2024-09-06更新
sumok="b0e6ba7e8769ba0144d80035e0936a4c"
checkRes=`md5 machete.tar | grep -v grep | grep "${sumok}" | wc -l`
if [ $checkRes -gt 0 ]; then
echo "machete的docker镜像下载完成,即将导入docker"
docker image load --input machete.tar
# 再次确认image下载成功
@ -82,7 +78,6 @@ if [ $imgExist -eq 0 ]; then @@ -82,7 +78,6 @@ if [ $imgExist -eq 0 ]; then
fi
fi
fi
fi
echo ""
echo "开始安装相册系统..."

Loading…
Cancel
Save