From 5a40de2e841acc504d6b6c867b547ade93e64aec Mon Sep 17 00:00:00 2001 From: Carlos Mastalli <carlos.mastalli@laas.fr> Date: Thu, 7 Mar 2019 10:55:27 +0100 Subject: [PATCH] [readme] Added robotpkg wip in the installation explanations --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8171ec6..e797292 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,15 @@ If you have never added robotpkg as a softwares repository, please follow first 1. Check your distribution codename in a terminal with the following command: - $ lsb_release -c + lsb_release -c Codename: xenial 2. Add robotpkg as source repository to apt: - sudo sh -c "echo 'deb [arch=amd64] http://robotpkg.openrobots.org/packages/debian/pub $(lsb_release -sc) robotpkg' >> /etc/apt/sources.list.d/robotpkg.list" + sudo tee /etc/apt/sources.list.d/robotpkg.list <<EOF + deb [arch=amd64] http://robotpkg.openrobots.org/wip/packages/debian/pub $(lsb_release -sc) robotpkg + deb [arch=amd64] http://robotpkg.openrobots.org/packages/debian/pub $(lsb_release -sc) robotpkg + EOF 3. Register the authentication certificate of robotpkg: -- GitLab