Update build.sh
This commit is contained in:
parent
9625fcbac7
commit
68197dc3d1
2
build.sh
2
build.sh
|
@ -1,6 +1,6 @@
|
||||||
#!/data/data/com.termux/files/usr/bin/bash
|
#!/data/data/com.termux/files/usr/bin/bash
|
||||||
set -x
|
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
|
pip install virtualenv
|
||||||
|
|
Loading…
Reference in a new issue