Skip to content

Commit 115c14f

Browse files
committed
extract to proper directory
1 parent 63647ff commit 115c14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
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 -
61+
curl -L https://github.com/adafruit/Adafruit-WebIDE/archive/0.4.tar.gz | tar xzf - --strip-components=1
6262

6363
echo "**** Installing required libraries ****"
6464
echo "**** (redis-server git restartd libcap2-bin avahi-daemon i2c-tools python-smbus) ****"

0 commit comments

Comments
 (0)