Skip to content

Commit

Permalink
Update build_chroot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jan 27, 2024
1 parent 4da7190 commit f21bbe9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ echo ${ARCH}

if [[ -e /etc/os-release && $(grep -c "Raspbian" /etc/os-release) -gt 0 ]]; then
echo "building for the raspberry pi"
sudo apt update
sudo apt install -y build-essential flex bc bison dkms raspberrypi-kernel-headers
echo "---------------"
echo "_____________________________________________"
ls -a /usr/src/
else

sudo apt update
Expand Down

0 comments on commit f21bbe9

Please sign in to comment.