Update install.sh

This commit is contained in:
Mr Chen 2024-12-15 04:20:40 +08:00
parent 078f1b763b
commit cf707df5e0
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ 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 8.4
# cd /www/server/mdserver-web && python3 /www/server/mdserver-web/plugins/mysql-apt/index.py start 8.4
if [ "$OSNAME" == 'debian' ] && [ "$VERSION_ID" -lt '12' ] ;then
VERSION_ID="12"