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 2e4b76d commit 518f038Copy full SHA for 518f038
install.sh
@@ -44,6 +44,7 @@ if [ ! -f $HOME/arduino_ide/arduino ]; then
44
echo "DOWNLOADING ARDUINO IDE..."
45
wget --quiet https://downloads.arduino.cc/arduino-$ARDUINO_IDE_VERSION-linux64.tar.xz
46
echo "UNPACKING ARDUINO IDE..."
47
+mkdir $HOME/arduino_ide
48
tar xf arduino-$ARDUINO_IDE_VERSION-linux64.tar.xz -C $HOME/arduino_ide/ --strip-components=1
49
touch $HOME/arduino_ide/$ARDUINO_IDE_VERSION
50
fi
0 commit comments