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