Skip to content

Commit

Permalink
use oref0/install-scripts/bin/openaps-install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleibrand committed Jul 16, 2017
1 parent 1a1063d commit a2a5041
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/openaps-bootstrap.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ sleep 10
echo -ne "\nWifi SSID: "; iwgetid -r
sleep 5
# TODO check for options to fix the certificate activation error message for https
cd /tmp/; wget --no-check-certificate https://raw.githubusercontent.com/openaps/docs/dev/scripts/openaps-install.sh; bash ./openaps-install.sh
# TODO: change back to dev after merging install-scripts to dev, then to master after docs release
cd /tmp/; rm ./openaps-install.sh 2>/dev/null
wget --no-check-certificate https://raw.githubusercontent.com/openaps/oref0/install-scripts/bin/openaps-install.sh && bash ./openaps-install.sh
)

0 comments on commit a2a5041

Please sign in to comment.