Skip to content

Commit 3f5a9da

Browse files
committed
use latest version of webide
1 parent 275d391 commit 3f5a9da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ mkdir -p "$WEBIDE_HOME/tmp"
5858
cd "$WEBIDE_ROOT"
5959

6060
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
6262

6363
echo "**** Installing required libraries ****"
6464
echo "**** (nodejs-legacy npm git libcap2-bin i2c-tools python-smbus ntp libkrb5-dev) ****"
@@ -109,7 +109,7 @@ sleep 20s
109109

110110
echo "**** The Adafruit WebIDE is installed and running! ****"
111111
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"
113113
#echo "**** To run the editor: ****"
114114
#echo "**** cd ~/Adafruit/WebIDE ****"
115115
#echo "**** node webide ****"

0 commit comments

Comments
 (0)