Skip to content

lagodimos/fdroid-bulk-app-installer

Repository files navigation

A script for quickly installing your favorite apps from F-Droid for the first time (on a new phone, after a custom rom installation etc.)

Dependencies

  • adb
  • python3
  • python3-venv

From the repository directory:

Create a new virtual environment

python3 -m venv venv

and install the python modules

venv/bin/pip3 install -r requirements.txt

Usage

  1. Create an apps.yml file at the root of the directory with your apps. Look at example_apps.yml

  2. Start the adb server

adb start-server
  1. Connect your device to your machine with USB and allow debugging

Wireless debugging is supported

  1. Run the script
venv/bin/python3 install.py

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages