Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 688 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 688 Bytes

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