Update the out-dated termux.sh

Termux does not have -dev packages any more and pkg install -y instead of pkg -y install should be used
This commit is contained in:
daquexian 2019-11-16 21:57:50 +08:00 committed by GitHub
parent 97327c7e0d
commit 78d70e5b11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
#!/bin/sh
pkg -y install python python-dev ndk-sysroot clang make \
libjpeg-turbo-dev
pkg install -y python ndk-sysroot clang make \
libjpeg-turbo