Update Arduino app to 1.8.15

pull/675/head
Botspot 3 years ago
parent b8f81dce95
commit e93869cac2

@ -9,7 +9,7 @@ function error {
cd ~/.local/share
rm -f arduino-1.8.13-linuxarm.tar.xz
wget https://downloads.arduino.cc/arduino-1.8.13-linuxarm.tar.xz || error "failed to download!"
wget https://downloads.arduino.cc/arduino-1.8.15-linuxarm.tar.xz || error "failed to download!"
tar -xf arduino-1.8.13-linuxarm.tar.xz || error "failed to extract with tar!"
arduino-1.8.13/install.sh || error "failed to run install as $USER user!"

@ -9,7 +9,7 @@ function error {
cd ~/.local/share
rm -f arduino-1.8.13-linuxaarch64.tar.xz
wget https://downloads.arduino.cc/arduino-1.8.13-linuxaarch64.tar.xz || error "failed to download!"
wget https://downloads.arduino.cc/arduino-1.8.15-linuxaarch64.tar.xz || error "failed to download!"
tar -xf arduino-1.8.13-linuxaarch64.tar.xz || error "failed to extract with tar!"
arduino-1.8.13/install.sh || error "failed to run install as $USER user!"

Loading…
Cancel
Save