Properly use pkg instead of apt (as recommended by Termux FAQ).
This commit is contained in:
parent
4c9752993c
commit
d2598a2337
2
build.sh
2
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
|
||||
|
|
Loading…
Reference in a new issue