Skip to content

Commit

Permalink
Update raspberrypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
misogihagi authored Sep 29, 2024
1 parent ba19d80 commit 1b8df7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/raspberrypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
mkdir -p stage-custom/tweak
cat > stage-custom/tweak/00-run.sh <<'EOF'
#!/bin/bash
echo "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/.ssh/misogihagi"
echo $ROOTFS_DIR
echo $FIRST_USER_NAME
on_chroot << EOS
apt-get install -y curl git docker.io docker-compose code cmus
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
Expand Down

0 comments on commit 1b8df7a

Please sign in to comment.