From 66b9340d25cdec986722a523a2d6aeb3f66da145 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 13 Jun 2022 15:18:27 +0800 Subject: [PATCH] Update lib.sh --- scripts/lib.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/lib.sh b/scripts/lib.sh index a839511a7..a3b76e5a2 100755 --- a/scripts/lib.sh +++ b/scripts/lib.sh @@ -300,6 +300,8 @@ elif [ "$OSNAME" == "ubuntu" ] || [ "$OSNAME" == "debian" ]; then aptitude install -y libcurl4-gnutls-dev apt-get install -y devscripts + apt install -y libffi-dev + apt install -y php-common webp scons apt install -y lzma lzma-dev libunwind-dev