From 68197dc3d1c0cf3461cd34c6ae964ca5b937384a Mon Sep 17 00:00:00 2001 From: Robert Schade Date: Fri, 26 Oct 2018 15:17:24 +0200 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index bb1842a..2443e65 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/data/data/com.termux/files/usr/bin/bash set -x -apt -y install make clang openssl-dev perl tsu wget git python python-dev gnupg dirmngr curl autoconf automake sed gettext gzip pkg-config +apt -y install make clang openssl-dev perl tsu wget git python python-dev gnupg dirmngr curl autoconf automake sed gettext gzip pkg-config libcrypt-dev pip install virtualenv