diff options
Diffstat (limited to 'docs/part-1/2_install-client.md')
-rw-r--r-- | docs/part-1/2_install-client.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/part-1/2_install-client.md b/docs/part-1/2_install-client.md index 44906c0..7d187e0 100644 --- a/docs/part-1/2_install-client.md +++ b/docs/part-1/2_install-client.md @@ -28,7 +28,7 @@ optional and depends of what you want to do: 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 @@ -48,7 +48,7 @@ sudo apt-get install agl-xds-gdb 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 |