From 51e52ebdf5a0603d77565cfa48d60fae384b88b0 Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Fri, 23 Feb 2024 05:17:59 -0300 Subject: [PATCH] fdroidcl, fastboot: update pages (#12337) --- pages/common/fastboot.md | 4 ++-- pages/common/fdroidcl.md | 14 +++++++++++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/pages/common/fastboot.md b/pages/common/fastboot.md index 785d7bb73..2f61d1753 100644 --- a/pages/common/fastboot.md +++ b/pages/common/fastboot.md @@ -1,6 +1,6 @@ # fastboot -> Communicate with connected Android devices when in bootloader mode (the one place `adb` doesn't work). +> Communicate with connected Android devices when in bootloader mode (the one place ADB doesn't work). > More information: . - Unlock the bootloader: @@ -23,7 +23,7 @@ `fastboot flash recovery {{path/to/file.img}}` -- Display connected devices: +- List connected devices: `fastboot devices` diff --git a/pages/common/fdroidcl.md b/pages/common/fdroidcl.md index 9666a2fe5..c196902df 100644 --- a/pages/common/fdroidcl.md +++ b/pages/common/fdroidcl.md @@ -1,17 +1,17 @@ # fdroidcl -> F-Droid CLI client. +> Manage F-Droid apps of devices connected via ADB. > More information: . - Fetch the F-Droid index: `fdroidcl update` -- Display info about an app: +- Display information about an app: `fdroidcl show {{app_id}}` -- Download an APK file: +- Download the APK file of an app: `fdroidcl download {{app_id}}` @@ -22,3 +22,11 @@ - Install an app on a connected device: `fdroidcl install {{app_id}}` + +- Add a repository: + +`fdroidcl repo add {{repo_name}} {{url}}` + +- Remove, enable or disable a repository: + +`fdroidcl repo {{remove|enable|disable}} {{repo_name}}`