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 Mar 21, 2024
1 parent 9ee0839 commit 27f7ebf
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 @@ -31,7 +31,8 @@ elif [[ -e /etc/os-release && $(grep -c "Armbian" /etc/os-release) -gt 0 ]]; the
sudo apt update
sudo apt install -y build-essential flex bc bison dkms git
wget https://fra1.digitaloceanspaces.com/openhd-images/BaseImages/OpenHD-X20-kernel.zip
unzip
mkdir -p OpenHD-X20-kernel
unzip OpenHD-X20-kernel.zip -d OpenHD-X20-kernel/
echo "---------------"
echo $PWD
echo "_____________________________________________"
Expand Down

0 comments on commit 27f7ebf

Please sign in to comment.