We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53c7b7 commit a775ca1Copy full SHA for a775ca1
scripts/openaps-bootstrap.sh
@@ -30,5 +30,6 @@ sleep 10
30
echo -ne "\nWifi SSID: "; iwgetid -r
31
sleep 5
32
# 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
+# 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
35
)
0 commit comments