Update install.sh

pull/642/head
Mr Chen 5 months ago
parent 308d909e72
commit b58cafb47a
  1. 2
      plugins/mysql-apt/versions/9.1/install.sh

@ -19,7 +19,7 @@ bash ${rootPath}/scripts/getos.sh
OSNAME=`cat ${rootPath}/data/osname.pl`
VERSION_ID=`cat /etc/*-release | grep VERSION_ID | awk -F = '{print $2}' | awk -F "\"" '{print $2}'`
# cd /www/server/mdserver-web/plugins/mysql-apt && bash install.sh install 9.0
# cd /www/server/mdserver-web/plugins/mysql-apt && bash install.sh install 9.1
# 暂时debian12没有标准版,先用11使用
# if [ "$OSNAME" == 'debian' ] && [ "$VERSION_ID" == '12' ] ;then

Loading…
Cancel
Save