From d2598a23372f9a26443e4d22e72d592dcb5bca07 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Fri, 22 Mar 2019 00:34:34 +0100 Subject: [PATCH] Properly use pkg instead of apt (as recommended by Termux FAQ). --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 63e625b..b926fec 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/data/data/com.termux/files/usr/bin/bash set -e set -x -pkg -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 libzmq-dev +pkg install make clang openssl-dev perl tsu wget git python python-dev gnupg dirmngr curl autoconf automake sed gettext gzip pkg-config libcrypt-dev libzmq-dev pip install virtualenv