mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 21:19:35 +00:00
image_builder: fix comments
This commit is contained in:
@@ -145,10 +145,10 @@ echo_stamp "Installing CLEVER" \
|
||||
&& ln -s /root/clever.service /lib/systemd/system/clever.service \
|
||||
&& systemctl enable roscore \
|
||||
&& systemctl enable clever \
|
||||
&& echo_stamp "All CLEVER-BUNDLE was installed!" "SUCCESS" \
|
||||
|| (echo_stamp "CLEVER-BUNDLE installation was failed!" "ERROR"; exit 1)
|
||||
&& echo_stamp "All CLEVER was installed!" "SUCCESS" \
|
||||
|| (echo_stamp "CLEVER installation was failed!" "ERROR"; exit 1)
|
||||
|
||||
echo_stamp "Install GeographicLib datasets" \
|
||||
echo_stamp "Install GeographicLib datasets (needs for mavros)" \
|
||||
&& wget -qO- https://raw.githubusercontent.com/mavlink/mavros/master/mavros/scripts/install_geographiclib_datasets.sh | sh
|
||||
|
||||
echo_stamp "Change permissions for catkin_ws"
|
||||
|
||||
Reference in New Issue
Block a user