From a9a48aef39a0aa619a20d405dffbf04c5555dd3c Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 28 Jun 2024 14:30:20 +0800 Subject: [PATCH] update --- plugins/mysql-apt/versions/8.2/install.sh | 8 ++++---- plugins/mysql-apt/versions/8.3/install.sh | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/mysql-apt/versions/8.2/install.sh b/plugins/mysql-apt/versions/8.2/install.sh index f8d588b7a..3866488f4 100755 --- a/plugins/mysql-apt/versions/8.2/install.sh +++ b/plugins/mysql-apt/versions/8.2/install.sh @@ -25,10 +25,10 @@ VERSION_ID=`cat /etc/*-release | grep VERSION_ID | awk -F = '{print $2}' | awk - # cd /www/server/mdserver-web && source bin/activate && python3 plugins/mysql-apt/index.py start # 暂时debian12没有标准版,先用11使用 -if [ "$OSNAME" == 'debian' ] && [ "$VERSION_ID" == '12' ] ;then - echo "暂时不支持该${OSNAME}${VERSION_ID}" > $install_tmp - exit 1 -fi +# if [ "$OSNAME" == 'debian' ] && [ "$VERSION_ID" == '12' ] ;then +# echo "暂时不支持该${OSNAME}${VERSION_ID}" > $install_tmp +# exit 1 +# fi ARCH="amd64" diff --git a/plugins/mysql-apt/versions/8.3/install.sh b/plugins/mysql-apt/versions/8.3/install.sh index 907466d06..e5b1e449f 100755 --- a/plugins/mysql-apt/versions/8.3/install.sh +++ b/plugins/mysql-apt/versions/8.3/install.sh @@ -23,10 +23,10 @@ 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 - echo "暂时不支持该${OSNAME}${VERSION_ID}" > $install_tmp - exit 1 -fi +# if [ "$OSNAME" == 'debian' ] && [ "$VERSION_ID" == '12' ] ;then +# echo "暂时不支持该${OSNAME}${VERSION_ID}" > $install_tmp +# exit 1 +# fi ARCH="amd64"