Do apt-get clean after autoremove

This commit is contained in:
Oleg Kalachev
2024-04-15 06:45:59 +03:00
parent fef8a3299e
commit 3bccfd8c06

View File

@@ -185,7 +185,7 @@ source /home/pi/catkin_ws/devel/setup.bash
EOF
echo_stamp "Cleanup apt"
apt-get clean
apt-get autoremove --purge -y
apt-get clean
echo_stamp "END of ROS INSTALLATION"