Changed MariaDB's download URL

This commit is contained in:
Teddysun
2016-07-18 06:05:30 +09:00
parent 093388cf7c
commit 0901c5f022
2 changed files with 2 additions and 2 deletions

View File

@@ -187,7 +187,7 @@ install_mariadb(){
fi
local down_addr1=http://sfo1.mirrors.digitalocean.com/mariadb/
local down_addr2=http://ftp.osuosl.org/pub/mariadb/
local down_addr2=http://mirrors.aliyun.com/mariadb/
local libc_version=`getconf -a | grep GNU_LIBC_VERSION | awk '{print $NF}'`
if version_lt ${libc_version} 2.14; then

View File

@@ -195,7 +195,7 @@ EOF
[ ! -d ${datalocation} ] && mkdir -p ${datalocation}
down_addr1=http://sfo1.mirrors.digitalocean.com/mariadb/
down_addr2=http://ftp.osuosl.org/pub/mariadb/
down_addr2=http://mirrors.aliyun.com/mariadb/
libc_version=`getconf -a | grep GNU_LIBC_VERSION | awk '{print $NF}'`
if version_lt ${libc_version} 2.14; then