Update install.sh
This commit is contained in:
parent
3cfbf554e1
commit
73c8d85f88
|
|
@ -39,7 +39,6 @@ elif [ "$OSNAME" == "suse" ]; then
|
|||
fi
|
||||
|
||||
MYSQL_VER=8.0.30
|
||||
|
||||
SUFFIX_NAME=${MYSQL_VER}-${OS_SIGN}.${ARCH}
|
||||
|
||||
YUM_INSTALL()
|
||||
|
|
@ -49,6 +48,7 @@ mkdir -p $myDir
|
|||
#######
|
||||
|
||||
wget -O $myDir/mysql-${SUFFIX_NAME}.rpm-bundle.tar https://cdn.mysql.com/archives/mysql-8.0/mysql-${SUFFIX_NAME}.rpm-bundle.tar
|
||||
cd ${myDir} && tar vxf ${myDir}/mysql-server_${SUFFIX_NAME}.deb-bundle.tar
|
||||
|
||||
#######
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue