Update install_generic.sh

pull/644/head
Mr Chen 5 months ago
parent f5b4af6e38
commit ae888e6d48
  1. 4
      plugins/mysql-apt/versions/5.7/install_generic.sh

@ -19,7 +19,9 @@ OS_ARCH=`arch`
MYSQL_VER=5.7.44
SUFFIX_NAME=${MYSQL_VER}-linux-glibc2.12-${OS_ARCH}
if [ "$OS_ARCH" != "x86_64" ];then
if [ "$OS_ARCH" == "x86_64" ] || [ "$OS_ARCH" == "i686" ];then
echo "ok"
else
echo "暂时不支持该${OS_ARCH}"
exit 0

Loading…
Cancel
Save