Skip to content
Snippets Groups Projects
Commit 6bce32d8 authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Add script to setup deb file sources

parent c700ea1a
No related branches found
No related tags found
No related merge requests found
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment