OpenAgricultureFoundation / openag_brain_install_rpi

A script for installing the openag_brain code on a Raspberry Pi
GNU General Public License v3.0
21 stars 10 forks source link

Re-running the script after a failure results in an error #7

Closed LeonChambers closed 7 years ago

LeonChambers commented 8 years ago

If the script crashes (or if you stop it for some reason) and you try running it again, it will complain that the file /etc/ros/rosdep/sources.list.d/20-default.list already exists and exit. We should have the script delete that file if it exists so that this doesn't happen.