From fcfdc4d68cb15290ce002bd0713cd8daabaccde3 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 13 Jun 2022 11:39:26 +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 5d04a1fb0..4fbf49c61 100755 --- a/scripts/lib.sh +++ b/scripts/lib.sh @@ -300,7 +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 lzma + apt install -y php-common webp + apt install -y lzma lzma-dev apt install -y libpcre3 libpcre3-dev apt install -y openssl libssl-dev