Skip to content
Snippets Groups Projects
Commit e0be252f authored by mnaveau's avatar mnaveau
Browse files

fix link to ros

parent 77a63559
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ curl http://robotpkg.openrobots.org/packages/debian/robotpkg.key | sudo apt-key
# Add ros-hydro
sudo sh -c "echo \"deb http://packages.ros.org/ros/ubuntu precise main\" > /etc/apt/sources.list.d/ros-latest.list"
curl https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -O - | sudo apt-key add -
curl https://raw.githubusercontent.com/ros/rosdistro/master/ros.key | sudo apt-key add -
# show memory usage before install
sudo free -m -t
......
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