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 Mar 25, 2024
1 parent eb8dd3a commit 5e6a0dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stages/02-Packages/00-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

echo ${TESTING}

dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | awk '{printf "%.2f MB \t %s\n", $1/(1024), $2}'

if [[ "${OS}" == "radxa-debian-rock5a" ]] || [[ "${OS}" == "radxa-debian-rock5b" ]]; then
#fix radxa's fuckup
sudo apt update
Expand Down

0 comments on commit 5e6a0dd

Please sign in to comment.