Commit Graph

9 Commits

Author SHA1 Message Date
SUNIL PATEL 6c780b90bf added -c to wget to recover the interrupted download (#1559)
the update is a very costly operation and it downloads ~6gb every time. 
many time this download get interrupted and again the same file needs to be downloaded from the beginning.
to avoid this  -c argument is added to `wget`.
this will help in continuing download from the point it was interrupted previously.
2019-04-23 12:11:56 +02:00
nsubiron 67b71d8631 Fix wget download 2019-03-20 12:36:25 +01:00
nsubiron eff21e2aae Increase aria2 concurrency to speed up download 2019-03-19 18:58:41 +01:00
nsubiron 07b1bfa0ee Use aria2 to download Content when available 2019-03-19 18:58:41 +01:00
nsubiron 8451a84c2a Download Content from AWS 2019-03-19 18:58:41 +01:00
nsubiron 1d9610404d #573 Changes for using new repository 2018-07-24 12:43:55 +02:00
nsubiron 1da114b2ed Add doc string 2018-01-22 11:21:09 +01:00
nsubiron d9683c810f Add option to skip content download, useful for #84 2018-01-15 17:03:33 +01:00
nsubiron e3ae00c562 Update script 2017-11-27 13:15:49 +01:00