Skip to content

Commit

Permalink
Update 00-run-chroot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Feb 7, 2024
1 parent 78bae7d commit 79281fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stages/02-Packages/00-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

set -e

dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -rn | head -n 10 && sudo find / -type f -size +1G -exec ls -lh {} + 2>/dev/null | awk '{ print $9 ": " $5 }'

apt list --installed |grep linux
exit 1
# X20 specific code
function install_x20_packages {
rm -Rf /etc/apt/sources.list.d/*
Expand Down

0 comments on commit 79281fc

Please sign in to comment.