diff --git a/image_builder/scripts/ros_install.sh b/image_builder/scripts/ros_install.sh index 8cf5ac62..da9a6eb1 100755 --- a/image_builder/scripts/ros_install.sh +++ b/image_builder/scripts/ros_install.sh @@ -131,7 +131,7 @@ echo_stamp "#13 Change permissions for catkin_ws" chown -Rf pi:pi /home/pi/catkin_ws echo_stamp "#14 Setup ROS environment" -cat < /dev/null +cat << EOF >> /home/pi/.bashrc LANG='C.UTF-8' LC_ALL='C.UTF-8' ROS_DISTRO='kinetic'