MNAIO: Remove conditional-get parameter for aria2c

The conditional-get parameter tells aria2c to only download the
file if the local file is older than the remote file. This is
not the behaviour we want - we always want to ensure that we
the correct file based on the checksum in the manifest. The age
is immaterial.

Change-Id: I4d583ef70b6ef264097288d7616dd4266e965d2b
This commit is contained in:
Jesse Pretorius 2018-10-14 13:59:06 +01:00
parent 560ea44f8b
commit 98931ff44d

View File

@ -24,7 +24,6 @@
aria2c_parameters: >-
--log-level=notice
--allow-overwrite=true
--conditional-get=true
--max-connection-per-server=4
--check-integrity true
--retry-wait=30