mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-25 07:47:51 -05:00
`fdroid server init` is has not been needed for a long time. And 'server' is the only subcommand that has its own subsubcommands. This turns it into only `fdroid deploy`, which does what `fdroid server update` does. This also changes the bash completion to use `fdroid deploy`. But the old `fdroid server update` and `fdroid server init` commands remain working. closes #264