From 63deabe01d9dfb6a4785af7d2d718d1ee4a07b6d Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sun, 14 Apr 2024 04:11:21 +0300 Subject: [PATCH] Code cleanup --- builder/image-ros.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/builder/image-ros.sh b/builder/image-ros.sh index d13820d6..de3876af 100755 --- a/builder/image-ros.sh +++ b/builder/image-ros.sh @@ -184,12 +184,7 @@ source /opt/ros/${ROS_DISTRO}/setup.bash source /home/pi/catkin_ws/devel/setup.bash EOF -#echo_stamp "Removing local apt mirror" -# Restore original sources.list -#mv /var/sources.list.bak /etc/apt/sources.list -# Clean apt cache +echo_stamp "Cleanup apt" apt-get clean -# Remove local mirror repository key -#apt-key del COEX-MIRROR echo_stamp "END of ROS INSTALLATION"