Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 55b6803b authored by Robert Nelson's avatar Robert Nelson
Browse files

chroot: ros as extra package crud, cleanup


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 2acf85b3
Branches
Tags
No related merge requests found
...@@ -681,6 +681,8 @@ cat > "${DIR}/chroot_script.sh" <<-__EOF__ ...@@ -681,6 +681,8 @@ cat > "${DIR}/chroot_script.sh" <<-__EOF__
if [ ! "x${repo_ros_pkg_list}" = "x" ] ; then if [ ! "x${repo_ros_pkg_list}" = "x" ] ; then
echo "Log: (chroot) Installing (from external repo): ${repo_ros_pkg_list}" echo "Log: (chroot) Installing (from external repo): ${repo_ros_pkg_list}"
apt-get -y install ${repo_ros_pkg_list} apt-get -y install ${repo_ros_pkg_list}
#ROS: ubuntu, extra crude, cleanup....
apt autoremove -y || true
fi fi
if [ ! "x${repo_rcnee_chromium_special}" = "x" ] ; then if [ ! "x${repo_rcnee_chromium_special}" = "x" ] ; then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment