Created
January 5, 2018 17:47
-
-
Save ilosamart/fc4224240f859bffec8527e87cf2ec16 to your computer and use it in GitHub Desktop.
Termux basic apps install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install Termux and SSHDroid ;) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkg install openssh | |
sshd | |
pkg install git python python-dev libjpeg-turbo-dev ndk-sysroot clang | |
alias pip="LDFLAGS='-L/system/lib/' CFLAGS='-I/data/data/com.termux/files/usr/include/' pip" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment