diff options
author | 2016-11-30 23:33:40 +0100 | |
---|---|---|
committer | 2016-11-30 23:43:45 +0100 | |
commit | 5e50ec8d65705b41140d06ec13611f0b3108f7b9 (patch) | |
tree | 8e7f30d8c883ac401e0d02962bff05be3e66f06d /setup.d/10_base | |
parent | 7417e97927e5a06dddb3d2166e5ccc06a1a16aae (diff) |
more fixes: apt more robust, versioning support, create_container script
Change-Id: Id4d8b93c935d27919aa945660ad614f8c73368de
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'setup.d/10_base')
-rw-r--r-- | setup.d/10_base | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.d/10_base b/setup.d/10_base index 07633ea..59dab07 100644 --- a/setup.d/10_base +++ b/setup.d/10_base @@ -4,6 +4,9 @@ echo "deb http://http.debian.net/debian jessie-backports main contrib" >>/etc/apt/sources.list echo "deb http://http.debian.net/debian testing main contrib" >>/etc/apt/sources.list +# setup network retries for apt +echo "Acquire::Retries 5;" >/etc/apt/apt.conf.d/99NetRetries + # upgrade distro apt-get update -y apt-get dist-upgrade -y |