aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL/tasks.d
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-07-10 17:37:49 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-07-10 22:01:07 +0200
commit2721dc1cb79e895e192873b9ea231a630891c47b (patch)
tree2f863495fab34d5612053a8a1494d553266a830f /INSTALL/tasks.d
parent3c922f3ffa05743c21f9b9935bd52248e36284a6 (diff)
Keep https protocol to get the key securely but used http protocol for packages because most of mirrors server are http only. Change-Id: I967d0b13af0a41c028e51088a9d116c5a0a315b3 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'INSTALL/tasks.d')
-rw-r--r--INSTALL/tasks.d/80_xds2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL/tasks.d/80_xds b/INSTALL/tasks.d/80_xds
index 0900958..f624af6 100644
--- a/INSTALL/tasks.d/80_xds
+++ b/INSTALL/tasks.d/80_xds
@@ -7,7 +7,7 @@ export DISTRO="Debian_9.0"
wget -t 3 -T 60 -O - https://download.opensuse.org/repositories/isv:/LinuxAutomotive:/${XDS_RELEASE_BRANCH}/${DISTRO}/Release.key | apt-key add -
cat >> /etc/apt/sources.list.d/AGL.list <<EOF
-deb https://download.opensuse.org/repositories/isv:/LinuxAutomotive:/${XDS_RELEASE_BRANCH}/${DISTRO}/ ./
+deb http://download.opensuse.org/repositories/isv:/LinuxAutomotive:/${XDS_RELEASE_BRANCH}/${DISTRO}/ ./
EOF
apt-get update -y