Skip to content
This repository has been archived by the owner on Oct 24, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 483 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 483 Bytes

fdroid-backup

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.

PreRequisits

  • wget / sed / python2

  • pip install pycurl

Usage

  1. Make sure you create a new working directory to put all the files. <-- important.

  2. Put all the scripts from this git into your new directory.

  3. Run fdroid_fresh.sh

  4. Run fdroid_refresh.sh regularly.

  5. ??? profit!