mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
install: Y/n prompt, --yes, --no controls downloading F-Droid.apk
This commit is contained in:
parent
560472e4e5
commit
4d22a7f67f
3 changed files with 59 additions and 10 deletions
|
|
@ -109,8 +109,8 @@ __complete_gpgsign() {
|
|||
}
|
||||
|
||||
__complete_install() {
|
||||
opts="-v -q -a -p"
|
||||
lopts="--verbose --quiet --all --privacy-mode"
|
||||
opts="-v -q -a -p -n -y"
|
||||
lopts="--verbose --quiet --all --privacy-mode --no --yes"
|
||||
case "${cur}" in
|
||||
-*)
|
||||
__complete_options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue