aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL/tasks.d/80_xds
blob: 6762995ca09fd6cac7d6a58850fba424b9ad90dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

export DISTRO="Debian_8.0"

wget -O - http://download.opensuse.org/repositories/isv:/LinuxAutomotive:/app-Development/${DISTRO}/Release.key | sudo apt-key add -

cat >> /etc/apt/sources.list.d/AGL.list <<EOF
deb http://download.opensuse.org/repositories/isv:/LinuxAutomotive:/app-Development/${DISTRO}/ ./
EOF

apt-get update -y
apt-get install agl-xds-server -y