A small script to create a local copy of f-droid repo. All APK, Icons, and signed jars. Sources are saved in their own folder. Integrity check on refresh. Public Domain.
-
wget / sed / python2
-
pip install pycurl
-
Make sure you create a new working directory to put all the files. <-- important.
-
Put all the scripts from this git into your new directory.
-
Run fdroid_fresh.sh
-
Run fdroid_refresh.sh regularly.
-
??? profit!