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 May 8, 2024
1 parent 663b550 commit 0184740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ if [[ -e /etc/os-release && $(grep -c "Raspbian" /etc/os-release) -gt 0 ]]; then
echo "_____________________________________________"
ls -a /usr/src/
elif [[ "$(lsb_release -cs)" == "noble" ]]; then
echo "building for the ubuntu noble minimal"
echo "building for ubuntu noble minimal"
sudo apt update
sudo apt install -y build-essential flex bc bison dkms
ls -a /usr/src/
echo "---------------"
echo "_____________________________________________"
else
ls -a /usr/src/

sudo apt update
sudo apt install -y build-essential flex bc bison dkms
Expand Down

0 comments on commit 0184740

Please sign in to comment.