Skip to content

Commit

Permalink
Bring back printing largest installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 13, 2024
1 parent 5580bd7 commit fa7a05b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions builder/image-validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ cd /home/pi/catkin_ws/src/clover/builder/test/
apt-cache show gst-rtsp-launch
apt-cache show openvpn

# echo "Largest packages installed"
# sudo -E sh -c 'apt-get install -y debian-goodies'
# dpigs -H -n 100
echo "Largest packages installed"
sudo -E sh -c 'apt-get install -y debian-goodies'
dpigs -H -n 100

echo "Move /etc/ld.so.preload back to its original position"
mv /etc/ld.so.preload.disabled-for-build /etc/ld.so.preload

0 comments on commit fa7a05b

Please sign in to comment.