replicant-vendor_replicant/get-prebuilts
Kyle Manna e410bbb69e get-prebuilts: Use https for Term.apk fetch
* Use secure protocol when fetching prebuilt APKs to avoid a MITM attack
  that could send a malicious APK instead.

Change-Id: If9dfc8bdc6f5a8ac360f40fe3fb423455082d224
2014-09-21 07:02:57 -07:00

10 lines
328 B
Plaintext
Executable File

BASEDIR=`dirname $0`
mkdir -p $BASEDIR/proprietary
# Get Android Terminal Emulator (we use a prebuilt so it can update from the Market)
curl -L -o $BASEDIR/proprietary/Term.apk -O -L https://jackpal.github.com/Android-Terminal-Emulator/downloads/Term.apk
unzip -o -d $BASEDIR/proprietary $BASEDIR/proprietary/Term.apk lib/*