We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3c6f2 commit 0148fbcCopy full SHA for 0148fbc
install_ros.sh
@@ -60,7 +60,7 @@ sudo -H rosdep init
60
if [ $? -eq 0 ]; then
61
wget https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/sources.list.d/20-default.list
62
mkdir -p /etc/ros/rosdep/sources.list.d/
63
- mv 20-default.list /etc/ros/rosdep/sources.list.d/
+ mv -f 20-default.list /etc/ros/rosdep/sources.list.d/
64
fi
65
66
rosdep update
0 commit comments