From b58cafb47ad0a0add4ed325c05c90a377680bfc5 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 15 Dec 2024 01:18:22 +0800 Subject: [PATCH] Update install.sh --- plugins/mysql-apt/versions/9.1/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mysql-apt/versions/9.1/install.sh b/plugins/mysql-apt/versions/9.1/install.sh index 762c4b90a..e1a3ccef5 100755 --- a/plugins/mysql-apt/versions/9.1/install.sh +++ b/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