Update install.sh

This commit is contained in:
midoks 2022-11-08 02:41:08 +08:00
parent 3cfbf554e1
commit 73c8d85f88
1 changed files with 1 additions and 1 deletions

View File

@ -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
#######
}