Compare commits
No commits in common. "a6abfcdaed9ca47bb6acbb7c6664c1986587ba18" and "b97e7cef81db7fb7584838c8e5205c45614607ca" have entirely different histories.
a6abfcdaed
...
b97e7cef81
1 changed files with 0 additions and 16 deletions
16
update.sh
16
update.sh
|
@ -1,17 +1,8 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
if ! which aapt; then
|
||||
echo "No aapt binary found; run \`mm aapt\` first"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Always execute in the script's directory
|
||||
pushd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
# Clean up all previously generated
|
||||
rm -rf Android.mk apps.mk bin lib
|
||||
|
||||
repo="https://f-droid.org/repo/"
|
||||
prebuilt_libs=()
|
||||
|
||||
|
@ -175,14 +166,7 @@ downloadFromFdroid com.aurora.store
|
|||
# Mail client
|
||||
downloadFromFdroid com.fsck.k9 "Email"
|
||||
|
||||
# Gallery
|
||||
downloadFromFdroid org.fossify.gallery "Photos Gallery Gallery2"
|
||||
# Camera
|
||||
downloadFromFdroid net.sourceforge.opencamera "Camera Camera2"
|
||||
# Dialer
|
||||
downloadFromFdroid org.fossify.phone Dialer
|
||||
# Messages
|
||||
downloadFromFdroid org.fossify.messages messaging
|
||||
|
||||
downloadFromFdroid com.machiav3lli.fdroid
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue