From a085551d349804d4742e26ffe4185b3c373b2bef Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 29 Jun 2022 19:09:02 +0800 Subject: [PATCH] Update lib.sh --- scripts/lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lib.sh b/scripts/lib.sh index 78e8799f2..b7364666d 100755 --- a/scripts/lib.sh +++ b/scripts/lib.sh @@ -269,6 +269,7 @@ elif [ "$OSNAME" == "ubuntu" ] || [ "$OSNAME" == "debian" ]; then apt install -y devscripts apt install -y net-tools + apt install -y python3-dev apt install -y libffi-dev apt install -y cmake automake make