Update install.sh

This commit is contained in:
dami 2026-07-20 22:18:45 +08:00
parent cebfc2fc91
commit dac2f5240f
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ Install_mysql()
fi
#检测文件是否损坏.
md5_mysql_ok=e0cb61cbf6e1144c452368c4535ae931
md5_mysql_ok=6707beb0d46a9e08a19aa596329ca79d
if [ -f ${mysqlDir}/mysql-boost-${VERSION}.tar.gz ];then
md5_mysql=`md5sum ${mysqlDir}/mysql-boost-${VERSION}.tar.gz | awk '{print $1}'`
if [ "${md5_mysql_ok}" == "${md5_mysql}" ]; then