Skip to content

Commit

Permalink
install mmtune
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleibrand committed Sep 18, 2022
1 parent 151b1ab commit 9c20dc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/oref0-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,8 @@ 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/mdt@latest || die "Couldn't go get medtronic mdt"
go install -v -tags "$radiotags" github.com/ecc1/medtronic/cmd/pumphistory@latest || die "Couldn't go get medtronic mdt"
go install -v -tags "$radiotags" github.com/ecc1/medtronic/cmd/mmtune@latest || die "Couldn't go get medtronic mmtune"
go install -v -tags "$radiotags" github.com/ecc1/medtronic/cmd/pumphistory@latest || die "Couldn't go get medtronic pumphistory"
ln -sf $HOME/go/src/github.com/ecc1/medtronic/cmd/pumphistory/openaps.jq $directory/ || die "Couldn't softlink openaps.jq"
else
#TODO: write validate_ttyport and support non-SPI ports
Expand Down

0 comments on commit 9c20dc6

Please sign in to comment.