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 8847751 commit 63647ffCopy full SHA for 63647ff
scripts/install.sh
@@ -58,7 +58,7 @@ mkdir -p "$WEBIDE_HOME/tmp"
58
cd "$WEBIDE_ROOT"
59
60
echo "**** Downloading the latest version of the WebIDE ****"
61
-curl -L https://adafruit-download.s3.amazonaws.com/webide-0.3.12.tar.gz | tar xzf -
+curl -L https://github.com/adafruit/Adafruit-WebIDE/archive/0.4.tar.gz | tar xzf -
62
63
echo "**** Installing required libraries ****"
64
echo "**** (redis-server git restartd libcap2-bin avahi-daemon i2c-tools python-smbus) ****"
0 commit comments