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 Jul 28, 2023
1 parent aff8e42 commit 156a0b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stages/02-Packages/00-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ set -e
# Packages which are universally needed
BASE_PACKAGES="openhd git apt-transport-https apt-utils open-hd-web-ui"

# debug
apt list --installed
apt list installed | grep linux*

# Raspbian-specific code
function install_raspbian_packages {
Expand Down

0 comments on commit 156a0b1

Please sign in to comment.