From bdcfb7a73431115f55ee7b4c191ef0929d591af2 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 22 Sep 2023 01:16:22 +0300 Subject: [PATCH] List all downloaded deb-files --- builder/image-ros.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/builder/image-ros.sh b/builder/image-ros.sh index a31334fb..2132a01a 100755 --- a/builder/image-ros.sh +++ b/builder/image-ros.sh @@ -178,6 +178,9 @@ source /opt/ros/${ROS_DISTRO}/setup.bash source /home/pi/catkin_ws/devel/setup.bash EOF +echo "List of all downloaded deb-files" +ls /var/cache/apt/archives + #echo_stamp "Removing local apt mirror" # Restore original sources.list #mv /var/sources.list.bak /etc/apt/sources.list