From eaa8436780386fe331f52e77ef37656777d7ca19 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 10 Jun 2022 19:07:14 +0800 Subject: [PATCH] Update lib.sh --- scripts/lib.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/lib.sh b/scripts/lib.sh index 95c2b84e6..ec62ceaab 100755 --- a/scripts/lib.sh +++ b/scripts/lib.sh @@ -283,7 +283,8 @@ elif [ "$OSNAME" == "ubuntu" ]; then apt install -y cmake apt-get install -y perl g++ make automake libtool unzip - apt-get install -y libevent-dev + apt-get install -y libevent-dev libncurses5-dev + else yum -y install libmemcached libmemcached-devel