Update install.sh

pull/486/head
midoks 2 years ago
parent 061c2d86eb
commit 9342e31faf
  1. 7
      plugins/mysql-apt/versions/8.0/install.sh

@ -22,6 +22,11 @@ VERSION_ID=`cat /etc/*-release | grep VERSION_ID | awk -F = '{print $2}' | awk -
# cd /www/server/mdserver-web/plugins/mysql-apt && bash install.sh install 8.0
# 暂时debian12没有标准版,先用11使用
if [ "$OSNAME" == 'debian' ] && [ "$VERSION_ID" == '12' ] ;then
VERSION_ID='11'
fi
ARCH="amd64"
TMP_ARCH=`arch`
@ -39,7 +44,7 @@ if [ "$ARCH" != "amd64" ];then
fi
MYSQL_VER=8.0.30
MYSQL_VER=8.0.33
SUFFIX_NAME=${MYSQL_VER}-1${OSNAME}${VERSION_ID}_${ARCH}

Loading…
Cancel
Save