summaryrefslogtreecommitdiffstats
path: root/get-prebuilts
blob: a01405fe2457df8149ca658ad44359326fe82d51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

BASEDIR=`dirname $0`

# Get FDroid
curl -L -o $BASEDIR/prebuilt/common/apps/FDroid.apk -O -L http://f-droid.org/FDroid.apk

# Get Android Terminal Emulator
curl -L -o $BASEDIR/prebuilt/common/apps/Term.apk -O -L http://f-droid.org/repo/jackpal.androidterm_53.apk
unzip -o -d $BASEDIR/prebuilt/common/apps/ $BASEDIR/prebuilt/common/apps/Term.apk lib/armeabi/libjackpal-androidterm4.so

# Get Superuser
curl -L -o $BASEDIR/prebuilt/common/apps/Superuser.apk -O -L http://f-droid.org/repo/org.fdroid.superuser_1016.apk