Update install.sh

This commit is contained in:
midoks 2021-02-16 11:56:59 +08:00
parent 4a17821bed
commit 20e370dbff
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Install_mysql()
fi
if [ ! -f ${mysqlDir}/mysql-boost-5.7.32.tar.gz ];then
wget -O ${mysqlDir}/mysql-boost-5.7.32.tar.gz https://cdn.mysql.com//Downloads/MySQL-5.7/mysql-boost-5.7.32.tar.gz
wget -O ${mysqlDir}/mysql-boost-5.7.32.tar.gz https://cdn.mysql.com/Downloads/MySQL-5.7/mysql-boost-5.7.32.tar.gz
fi
if [ ! -d ${mysqlDir}/mysql-5.7.32 ];then