From 3c2d5f9fff3f087343c8144ebc044a85e74cdefd Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 10 Jun 2022 21:18:04 +0800 Subject: [PATCH] Update lib.sh --- scripts/lib.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib.sh b/scripts/lib.sh index 4c14fc8f1..d2257a2fa 100755 --- a/scripts/lib.sh +++ b/scripts/lib.sh @@ -257,7 +257,7 @@ fi Install_Libiconv # Install_Libmemcached -# Install_Curl +Install_Curl # Install_Zlib # Install_Freetype # Install_OpenSSL @@ -285,7 +285,7 @@ elif [ "$OSNAME" == "ubuntu" ]; then apt-get install -y perl g++ make automake libtool unzip apt-get install -y libevent-dev libncurses5-dev - apt install -y libjpeg62-dev libpng-dev zlib1g-dev dia pkg-config + apt install -y libjpeg62-dev libpng-dev zlib1g-dev dia pkg-config libfreetype6-dev else