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