diff options
author | 2017-11-30 23:40:44 +0100 | |
---|---|---|
committer | 2017-11-30 23:40:44 +0100 | |
commit | 04a3c7e456daec6186445676a11128d307a2303c (patch) | |
tree | cb5b7161bfcac544ee780fccf20133f5c949c30f | |
parent | 9cdc2cd9e63f250914ccf5eda877d2c697a81f7b (diff) |
Removed useless (and failing in that case) sudo command
Change-Id: Ia6e7e7ca46c15a6aa2a6d9bd5a6122d934d629e3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r-- | INSTALL/tasks.d/80_xds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL/tasks.d/80_xds b/INSTALL/tasks.d/80_xds index 8b2b1a6..f3d9477 100644 --- a/INSTALL/tasks.d/80_xds +++ b/INSTALL/tasks.d/80_xds @@ -2,7 +2,7 @@ export DISTRO="Debian_8.0" -wget -O - http://download.opensuse.org/repositories/isv:/LinuxAutomotive:/app-Development/${DISTRO}/Release.key | sudo apt-key add - +wget -O - http://download.opensuse.org/repositories/isv:/LinuxAutomotive:/app-Development/${DISTRO}/Release.key | apt-key add - cat >> /etc/apt/sources.list.d/AGL.list <<EOF deb http://download.opensuse.org/repositories/isv:/LinuxAutomotive:/app-Development/${DISTRO}/ ./ |