From 22e3752aa986b0e9e214b913960fd3181730c036 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 16 Jul 2022 09:08:23 +0800 Subject: [PATCH] Update centos.sh --- scripts/install/centos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/centos.sh b/scripts/install/centos.sh index da45085fc..cb9429235 100755 --- a/scripts/install/centos.sh +++ b/scripts/install/centos.sh @@ -124,7 +124,7 @@ if [ "$VERSION_ID" -eq "9" ];then dnf --enablerepo=crb install -y libtirpc-devel dnf --enablerepo=crb install -y libmemcached-devel dnf --enablerepo=crb install -y libtool libtool-libs - + dnf --enablerepo=crb install -y gnutls-devel # yum remove -y chardet fi