Code cleanup

This commit is contained in:
Oleg Kalachev
2024-04-14 04:11:21 +03:00
parent b021afff7e
commit 63deabe01d

View File

@@ -184,12 +184,7 @@ source /opt/ros/${ROS_DISTRO}/setup.bash
source /home/pi/catkin_ws/devel/setup.bash source /home/pi/catkin_ws/devel/setup.bash
EOF EOF
#echo_stamp "Removing local apt mirror" echo_stamp "Cleanup apt"
# Restore original sources.list
#mv /var/sources.list.bak /etc/apt/sources.list
# Clean apt cache
apt-get clean apt-get clean
# Remove local mirror repository key
#apt-key del COEX-MIRROR
echo_stamp "END of ROS INSTALLATION" echo_stamp "END of ROS INSTALLATION"