Update install.sh
This commit is contained in:
parent
4a17821bed
commit
20e370dbff
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue