Skip to content

Commit

Permalink
fix path to openaps.jq
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleibrand committed Sep 18, 2022
1 parent 4248d68 commit 12d6024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/oref0-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ if prompt_yn "" N; then
#Build Go binaries
#go get -u -v -tags "$radiotags" github.com/ecc1/medtronic/... || die "Couldn't go get medtronic"
go install -v -tags "$radiotags" github.com/ecc1/medtronic/cmd/...@latest || die "Couldn't go get medtronic"
ln -sf $HOME/go/src/github.com/ecc1/medtronic/cmd/pumphistory/openaps.jq $directory/ || die "Couldn't softlink openaps.jq"
ln -sf /root/go/pkg/mod/github.com/ecc1/medtronic@v0.0.0-20210712211734-b8431dc5211b/cmd/pumphistory/openaps.jq $directory/ || die "Couldn't softlink openaps.jq"
else
#TODO: write validate_ttyport and support non-SPI ports
die "Unsupported ttyport. Exiting."
Expand Down

0 comments on commit 12d6024

Please sign in to comment.