From e1fb85859aafd3ec43cdb0f60f01b7e285c82363 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 14 Dec 2023 01:01:21 +0800 Subject: [PATCH] Update install.sh --- plugins/mysql/versions/8.0/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mysql/versions/8.0/install.sh b/plugins/mysql/versions/8.0/install.sh index d03d84302..dcfbb3e4a 100755 --- a/plugins/mysql/versions/8.0/install.sh +++ b/plugins/mysql/versions/8.0/install.sh @@ -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