Skip to content

Commit

Permalink
Do apt-get clean after autoremove
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 15, 2024
1 parent fef8a32 commit 3bccfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/image-ros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3bccfd8

Please sign in to comment.