install: Y/n prompt, --yes, --no controls downloading F-Droid.apk

This commit is contained in:
Hans-Christoph Steiner 2024-10-22 18:58:49 +02:00
parent 560472e4e5
commit 4d22a7f67f
3 changed files with 59 additions and 10 deletions

View file

@ -730,7 +730,7 @@ $fdroid scanner
# run these to get their output, but the are not setup, so don't fail
$fdroid build || true
$fdroid import || true
$fdroid install || true
$fdroid install --no || true
#------------------------------------------------------------------------------#