Skip to content

Instantly share code, notes, and snippets.

@ilosamart
Created January 5, 2018 17:47
Show Gist options
  • Save ilosamart/fc4224240f859bffec8527e87cf2ec16 to your computer and use it in GitHub Desktop.
Save ilosamart/fc4224240f859bffec8527e87cf2ec16 to your computer and use it in GitHub Desktop.
Termux basic apps install
Install Termux and SSHDroid ;)
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