Skip to content

Commit

Permalink
add README to runner package (closes #29)
Browse files Browse the repository at this point in the history
  • Loading branch information
schorschii committed Jun 1, 2024
1 parent 28b6230 commit 81b6c15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer/deb/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ if [ -d "$BUILDDIR/usr" ]; then
fi

# copy files in place
sudo install -D -m 644 ../../README.md -t $BUILDDIR/$INSTALLDIR
sudo install -D -m 644 ../../assets/laps-runner.cron $BUILDDIR/etc/cron.hourly/laps-runner
sudo install -D -m 644 ../../laps-runner/laps_runner/*.py -t $BUILDDIR/$INSTALLDIR/laps_runner
sudo install -D -m 644 ../../laps-runner/requirements.txt -t $BUILDDIR/$INSTALLDIR
Expand Down

0 comments on commit 81b6c15

Please sign in to comment.