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 Jan 20, 2025
1 parent 30b7912 commit d539f60
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions stages/02-Packages/00-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ set -e

CLEANCLEAN=true

ls -a
cat additionalFiles/dev-build
ls -a /home/runner/work/OpenHD-ImageBuilder/OpenHD-ImageBuilder/additionalFiles/
if [ -e "/home/runner/work/OpenHD-ImageBuilder/OpenHD-ImageBuilder/additionalFiles/dev-build" ]; then
echo "hello world"
exit 0
fi
# X20 specific code
function install_x20_packages {
#sudo apt install -y firmware-realtek NEEDS FIXING
Expand Down

0 comments on commit d539f60

Please sign in to comment.