diff --git a/scripts/chroot.sh b/scripts/chroot.sh index 97822f76533891139e9d84bd5c5c0969538a62ec..bd6343b2f284d457c7eff61f5471501bdd395a29 100755 --- a/scripts/chroot.sh +++ b/scripts/chroot.sh @@ -681,6 +681,8 @@ cat > "${DIR}/chroot_script.sh" <<-__EOF__ if [ ! "x${repo_ros_pkg_list}" = "x" ] ; then echo "Log: (chroot) Installing (from external repo): ${repo_ros_pkg_list}" apt-get -y install ${repo_ros_pkg_list} + #ROS: ubuntu, extra crude, cleanup.... + apt autoremove -y || true fi if [ ! "x${repo_rcnee_chromium_special}" = "x" ] ; then