Skip to content

Commit

Permalink
fix bootstrap to put tune-dia-and-peak argument on openaps-install, n…
Browse files Browse the repository at this point in the history
…ot the curl
  • Loading branch information
scottleibrand committed Aug 14, 2019
1 parent e383d5b commit 8bf5503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/openaps-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ sleep 5
echo "Press Enter to continue installing the current release (master) of oref0,"
read -p "or enter the oref0 branch name to install." -r
BRANCH=${REPLY:-master}
curl https://raw.githubusercontent.com/openaps/oref0/$BRANCH/bin/openaps-install.sh > /tmp/openaps-install.sh $BRANCH
bash /tmp/openaps-install.sh
curl https://raw.githubusercontent.com/openaps/oref0/$BRANCH/bin/openaps-install.sh > /tmp/openaps-install.sh
bash /tmp/openaps-install.sh $BRANCH
)

0 comments on commit 8bf5503

Please sign in to comment.