Skip to content

Commit a775ca1

Browse files
committed
nodejs-6 version of openaps-bootstrap.sh
1 parent c53c7b7 commit a775ca1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/openaps-bootstrap.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ sleep 10
3030
echo -ne "\nWifi SSID: "; iwgetid -r
3131
sleep 5
3232
# TODO check for options to fix the certificate activation error message for https
33-
cd /tmp/; wget --no-check-certificate https://raw.githubusercontent.com/openaps/docs/dev/scripts/openaps-install.sh; bash ./openaps-install.sh
33+
# TODO: change back to dev after merging nodejs-6 to dev, then to master after docs release
34+
cd /tmp/; wget --no-check-certificate https://raw.githubusercontent.com/openaps/docs/nodejs-6/scripts/openaps-install.sh; bash ./openaps-install.sh
3435
)

0 commit comments

Comments
 (0)