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

Remove unnecessary bash script

parent eeb7c791
Branches
No related tags found
1 merge request!11Use custom docker image no docker base image
#!/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.
Please register or to comment