Use shadow fixed rather than public

This commit is contained in:
William Woodall 2013-07-12 14:01:43 -07:00 committed by Paul Bovbel
parent d42d6c0be0
commit 716b263d4d

View File

@ -8,7 +8,7 @@ compiler:
- clang
install:
- sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list'
- sudo sh -c 'echo "deb http://packages.ros.org/ros-shadow-fixed/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list'
- wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
- sudo apt-get update
- sudo apt-get install python-catkin-pkg python-rosdep