Update install.sh

pull/656/head
Mr Chen 5 months ago
parent f58c03c429
commit adf3df510e
  1. 9
      plugins/mysql-community/install.sh

@ -64,8 +64,15 @@ VERSION_ID=`cat /etc/*-release | grep VERSION_ID | awk -F = '{print $2}' | awk -
if [ "$OSNAME" == "ubuntu" ] && [ "$VERSION_ID" ~ "24" ];then if [ "$OSNAME" == "ubuntu" ] && [ "$VERSION_ID" ~ "24" ];then
cur_dir=`pwd` cur_dir=`pwd`
cd /usr/lib/x86_64-linux-gnu cd /usr/lib/x86_64-linux-gnu
if [ -f libaio.so.1 ];then
ln -s libaio.so.1t64.0.2 libaio.so.1 ln -s libaio.so.1t64.0.2 libaio.so.1
ln -s libancursesw.so.6.4 libaio.so.6 fi
if [ -f libancurses.so.6 ];then
ln -s libancursesw.so.6.4 libancurses.so.6
fi
cd $cur_dir cd $cur_dir
fi fi

Loading…
Cancel
Save