Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Prada Sarasola, Miguel
templates
Commits
6bce32d8
Commit
6bce32d8
authored
Jan 22, 2019
by
Prada Sarasola, Miguel
Browse files
Add script to setup deb file sources
parent
c700ea1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/add-deb-sources.bash
0 → 100644
View file @
6bce32d8
#!/bin/bash
apt-key adv
--fetch-keys
http://roboticsbuilder:8088/aptly_repo_signing.key
echo
"deb http://roboticsbuilder:8088/ tecnalia-test main"
>
/etc/apt/sources.list.d/tecnalia.list
apt-get update
echo
"yaml https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/rosdistro/rosdep_tecnalia.yaml"
>>
/etc/ros/rosdep/sources.list.d/20-default.list
rosdep update
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