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 63647ff commit 115c14fCopy full SHA for 115c14f
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://github.com/adafruit/Adafruit-WebIDE/archive/0.4.tar.gz | tar xzf -
+curl -L https://github.com/adafruit/Adafruit-WebIDE/archive/0.4.tar.gz | tar xzf - --strip-components=1
62
63
echo "**** Installing required libraries ****"
64
echo "**** (redis-server git restartd libcap2-bin avahi-daemon i2c-tools python-smbus) ****"
0 commit comments