aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2017-10-29 19:32:04 +0100
committerStephane Desneux <stephane.desneux@iot.bzh>2017-10-29 19:32:04 +0100
commit691d0137288b4da2d7e57251857c74a38665100f (patch)
tree5feb36be8913931b660981dd0a736bef915d3e87 /INSTALL
parent6d905f033ac01bc10f17a6fc2a2cebf293a73e4c (diff)
use debian 9 as base
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL/common.d/10_base2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL/common.d/10_base b/INSTALL/common.d/10_base
index a1e32c2..fa9cb51 100644
--- a/INSTALL/common.d/10_base
+++ b/INSTALL/common.d/10_base
@@ -12,7 +12,7 @@ diverter=$(dpkg-divert --listpackage /bin/sh)
}
# add backports and testing repositories
-echo "deb http://http.debian.net/debian jessie-backports main contrib" >>/etc/apt/sources.list
+echo "deb http://http.debian.net/debian stable-backports main contrib" >>/etc/apt/sources.list
# setup network retries for apt
echo "Acquire::Retries 5;" >/etc/apt/apt.conf.d/99NetRetries