File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ mkdir -p "$WEBIDE_HOME/tmp"
58
58
cd " $WEBIDE_ROOT "
59
59
60
60
echo " **** Downloading the latest version of the WebIDE ****"
61
- curl -L https://github.com/adafruit/Adafruit-WebIDE/archive/0.4 .tar.gz | tar xzf - --strip-components=1
61
+ curl -L https://github.com/adafruit/Adafruit-WebIDE/archive/0.5 .tar.gz | tar xzf - --strip-components=1
62
62
63
63
echo " **** Installing required libraries ****"
64
64
echo " **** (nodejs-legacy npm git libcap2-bin i2c-tools python-smbus ntp libkrb5-dev) ****"
@@ -109,7 +109,7 @@ sleep 20s
109
109
110
110
echo " **** The Adafruit WebIDE is installed and running! ****"
111
111
echo " **** Commands: sudo service adafruit-webide.sh {start,stop,restart} ****"
112
- echo " **** Navigate to http://$( hostname) .local$PORT_USED to use the WebIDE"
112
+ echo " **** Navigate to http://$( hostname) .local:8080 to use the WebIDE"
113
113
# echo "**** To run the editor: ****"
114
114
# echo "**** cd ~/Adafruit/WebIDE ****"
115
115
# echo "**** node webide ****"
You can’t perform that action at this time.
0 commit comments