diff options
author | 2018-12-18 18:01:47 +0100 | |
---|---|---|
committer | 2018-12-18 18:01:47 +0100 | |
commit | e8b0d0cf717be03fc216e2461df7264be3b9e6a2 (patch) | |
tree | 116115db4c3b0df17dabd55f5e388ea972248192 /docs/part-1/1-3_install-xds-server-native.md | |
parent | 7b18ebe99cf405871787862005dacc7f03434bb9 (diff) |
Update links to flounder - SPEC-2030
Change-Id: Iea05616a6c935cdf5fe914fba664a377ccbcabeb
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/part-1/1-3_install-xds-server-native.md')
-rw-r--r-- | docs/part-1/1-3_install-xds-server-native.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/part-1/1-3_install-xds-server-native.md b/docs/part-1/1-3_install-xds-server-native.md index 77ef9f8..a76848c 100644 --- a/docs/part-1/1-3_install-xds-server-native.md +++ b/docs/part-1/1-3_install-xds-server-native.md @@ -13,7 +13,7 @@ You also need to install `python3` to allow `xds-server` to manage AGL sdks. export DISTRO="xUbuntu_16.04" # AGL_RELEASE can be set to {AGL_ElectricEel, AGL_FunkyFlounder, AGL_Master} -export AGL_RELEASE="AGL_Master" +export AGL_RELEASE="AGL_FunkyFlounder" wget -O - http://download.opensuse.org/repositories/isv:/LinuxAutomotive:/${AGL_RELEASE}/${DISTRO}/Release.key | sudo apt-key add - sudo bash -c "cat >> /etc/apt/sources.list.d/AGL.list <<EOF @@ -34,7 +34,7 @@ sudo apt-get install python3 export DISTRO="openSUSE_Leap_15.0" # AGL_RELEASE can be set to {AGL_ElectricEel, AGL_FunkyFlounder, AGL_Master} -export AGL_RELEASE="AGL_Master" +export AGL_RELEASE="AGL_FunkyFlounder" sudo zypper ar http://download.opensuse.org/repositories/isv:/LinuxAutomotive:/${AGL_RELEASE}/${DISTRO}/isv:LinuxAutomotive:${AGL_RELEASE}.repo |