From f2507ab6514f01f72ef55ff43ec677e61a6a3bf2 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 13 Jun 2022 11:47:14 +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 4fbf49c61..c07e4d753 100755 --- a/scripts/lib.sh +++ b/scripts/lib.sh @@ -300,8 +300,8 @@ elif [ "$OSNAME" == "ubuntu" ] || [ "$OSNAME" == "debian" ]; then aptitude install -y libcurl4-gnutls-dev apt-get install -y devscripts - apt install -y php-common webp - apt install -y lzma lzma-dev + apt install -y php-common webp scons + apt install -y lzma lzma-dev libunwind-dev apt install -y libpcre3 libpcre3-dev apt install -y openssl libssl-dev