Skip to content

Commit

Permalink
Merge 31626ad into 9532a2f
Browse files Browse the repository at this point in the history
  • Loading branch information
Bender1061 committed Oct 24, 2016
2 parents 9532a2f + 31626ad commit 880de0a
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 @@ -200,7 +200,7 @@ else
(cd ~/src && git clone -b dev git://github.com/openaps/oref0.git) || die "Couldn't clone oref0 dev"
fi
echo Checking oref0 installation
( cat $(which oref0-dex-is-fresh) | grep mins && grep -q oref0_glucose_since `which nightscout` && oref0-get-profile --exportDefaults 2>/dev/null >/dev/null ) || (echo Installing latest oref0 dev && cd $HOME/src/oref0/ && npm run global-install)
( grep mins $(which oref0-dex-is-fresh) && grep -q oref0_glucose_since `which nightscout` && oref0-get-profile --exportDefaults 2>/dev/null >/dev/null ) || (echo Installing latest oref0 dev && cd $HOME/src/oref0/ && npm run global-install)

echo Checking mmeowlink installation
if openaps vendor add --path . mmeowlink.vendors.mmeowlink 2>&1 | grep "No module"; then
Expand Down

0 comments on commit 880de0a

Please sign in to comment.