xbps-install(1): added -D, --download-only.

Added `-D, --download-only` flag to allow downloading
packages to the cache without attempting to install them.

Contributed by Toyam Cox via #9

Adapted to master by yours truly.

Close #9
This commit is contained in:
Juan RP
2019-06-21 15:57:25 +02:00
parent 4f717dc597
commit fe943eb7d2
5 changed files with 29 additions and 5 deletions

6
NEWS
View File

@@ -1,6 +1,10 @@
xbps-0.55 (???):
* xbps-install(1): added `-I --ignore-file-conflicts` to not abort
* xbps-install(1): Added `-D, --download-only` flag to allow
downloading packages to the cache without attempting to
install them. [Toyam Cox]
* xbps-install(1): added `-I, --ignore-file-conflicts` to not abort
the transaction even if file conflicts were detected. [xtraeme]
* xbps-install(1): return 0 if package is already installed,