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