Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
example-robot-data
Commits
5a40de2e
Commit
5a40de2e
authored
Mar 07, 2019
by
Carlos Mastalli
Browse files
[readme] Added robotpkg wip in the installation explanations
parent
6b87fcbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5a40de2e
...
...
@@ -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:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment