Created
February 3, 2012 19:39
-
-
Save moskowite/1731965 to your computer and use it in GitHub Desktop.
get-prebuilts
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
mkdir -p `dirname $0`/proprietary | |
# Get Android Terminal Emulator (we use a prebuilt so it can update from the Market) | |
curl -L -o `dirname $0`/proprietary/Term.apk -O -L https://github.com/downloads/jackpal/Android-Terminal-Emulator/Term.apk | |
unzip -o -d proprietary proprietary/Term.apk lib/armeabi/libjackpal-androidterm3.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment