summaryrefslogtreecommitdiffstats
path: root/get-prebuilts
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-12-06 16:28:05 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-12-06 16:28:05 +0100
commitd02579012ac823fdbd7b8e185d65c54aef0eea1f (patch)
tree45b481aefb3319c97f6c074dac2c9977960e3f1d /get-prebuilts
parent238980568e8a79b9e13429e57f46d12868905e0b (diff)
downloadvendor_replicant-master.tar.gz
vendor_replicant-master.tar.bz2
vendor_replicant-master.zip
verify signatures of downloads from the f-droid repoHEADmaster
add prebuilt dir to gitignore Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
Diffstat (limited to 'get-prebuilts')
-rwxr-xr-xget-prebuilts4
1 files changed, 4 insertions, 0 deletions
diff --git a/get-prebuilts b/get-prebuilts
index df87fa6b..204009e0 100755
--- a/get-prebuilts
+++ b/get-prebuilts
@@ -7,7 +7,11 @@ mkdir -p $BASEDIR/prebuilt/common/apps/
# F-Droid
curl -L -o $BASEDIR/prebuilt/common/apps/FDroid.apk -O -L https://f-droid.org/FDroid.apk
+curl -L -o $BASEDIR/prebuilt/common/apps/FDroid.apk.asc -O -L https://f-droid.org/FDroid.apk.asc
+gpg --armor --verify $BASEDIR/prebuilt/common/apps/FDroid.apk.asc $BASEDIR/prebuilt/common/apps/FDroid.apk
# Terminal Emulator
curl -L -o $BASEDIR/prebuilt/common/apps/TerminalEmulator.apk -O -L https://f-droid.org/repo/jackpal.androidterm_71.apk
+curl -L -o $BASEDIR/prebuilt/common/apps/TerminalEmulator.apk.asc -O -L https://f-droid.org/repo/jackpal.androidterm_71.apk.asc
+gpg --armor --verify $BASEDIR/prebuilt/common/apps/TerminalEmulator.apk.asc $BASEDIR/prebuilt/common/apps/TerminalEmulator.apk
unzip -o -d $BASEDIR/prebuilt/common/apps/ $BASEDIR/prebuilt/common/apps/TerminalEmulator.apk lib/armeabi/libjackpal-termexec2.so lib/armeabi/libjackpal-androidterm5.so