mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
install: add --privacy-mode flag
This commit is contained in:
parent
c7bc8d0fea
commit
3a3417f6f8
2 changed files with 14 additions and 6 deletions
|
@ -109,8 +109,8 @@ __complete_gpgsign() {
|
|||
}
|
||||
|
||||
__complete_install() {
|
||||
opts="-v -q"
|
||||
lopts="--verbose --quiet --all"
|
||||
opts="-v -q -a -p"
|
||||
lopts="--verbose --quiet --all --privacy-mode"
|
||||
case "${cur}" in
|
||||
-*)
|
||||
__complete_options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue