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

0 comments on commit 663b550

Please sign in to comment.