6b6000d1cb
The group that maintains and builds the Terminal Emulator have run into Google Play issues resulting in a package name change. Update associated libraries for this change as well. See also: https://github.com/jackpal/Android-Terminal-Emulator/wiki/Recent-Updates Change-Id: Ib50a8d8435ea12d2c74ea9a68f5f9ddadc7601a5
10 lines
330 B
Plaintext
Executable File
10 lines
330 B
Plaintext
Executable File
|
|
BASEDIR=`dirname $0`
|
|
|
|
mkdir -p $BASEDIR/proprietary
|
|
|
|
# Get Chameleon 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/*
|
|
|