diff options
author | Sebastien D <seb.douheret@gmail.com> | 2017-08-31 12:07:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-31 12:07:09 +0200 |
commit | df4f4484cf2523c86ac895a524a6ffbeca45e74e (patch) | |
tree | e631a581281bfa3b83e494e0f7144a8313070f41 /README.md | |
parent | 6f8c05ea93ec52819785d73f0377d35b1073dc3f (diff) |
Fix install package command for debian in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -16,8 +16,7 @@ used to remotely cross build applications. ```bash export DISTRO="Debian_8.0" wget -O - http://download.opensuse.org/repositories/isv:/LinuxAutomotive:/app-Development/${DISTRO}/Release.key | sudo apt-key add - -sudo bash -c "cat >/etc/apt/sources.list.d/AGL.list<<EOL -#AGL +sudo bash -c "cat >> /etc/apt/sources.list.d/AGL.list<<EOL deb http://download.opensuse.org/repositories/isv:/LinuxAutomotive:/app-Development/${DISTRO}/ ./ EOL " |