Update install.sh

This commit is contained in:
Mr Chen 2023-12-14 01:01:01 +08:00
parent 50052e7650
commit c0fc1148eb
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ Install_mysql()
apt install -y libssl-dev
apt install -y libgssglue-dev
apt install -y software-properties-common
add-apt-repository ppa:ubuntu-toolchain-r/test
add-apt-repository -y ppa:ubuntu-toolchain-r/test
LIBTIRPC_VER=`pkg-config libtirpc --modversion`
if [ ! -f ${mysqlDir}/libtirpc_1.3.3.orig.tar.bz2 ];then