From 8e870066c16b8aac80cbd73192d5d774807ffd2b Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 24 Jun 2022 13:34:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=B8=E7=94=A8=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lib.sh b/scripts/lib.sh index cc8afa54d..e140b759f 100755 --- a/scripts/lib.sh +++ b/scripts/lib.sh @@ -290,6 +290,7 @@ if [ "$OSNAME" == "macos" ]; then elif [ "$OSNAME" == "ubuntu" ] || [ "$OSNAME" == "debian" ]; then apt install -y devscripts + apt install -y net-tools apt install -y libffi-dev apt install -y cmake automake make