From 6cb0e4c05413069ec8794e95e062969f30c1e76b Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 10 Jun 2022 23:58:51 +0800 Subject: [PATCH] Update lib.sh --- scripts/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib.sh b/scripts/lib.sh index 7f88db674..1f9713df8 100755 --- a/scripts/lib.sh +++ b/scripts/lib.sh @@ -281,7 +281,7 @@ elif [ "$OSNAME" == "ubuntu" ] || [ "$OSNAME" == "debian" ]; then apt install -y libsqlite3-dev curl apt install -y libonig-dev - apt install -y cmake + apt install -y cmake lsof apt-get install -y perl g++ make automake libtool unzip apt-get install -y libevent-dev libncurses5-dev