arduino-ide.sh 368 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
#!/bin/sh

PKGNAME=arduino-ide
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION='The new major release of the Arduino IDE is faster and even more powerful!'
URL="https://www.arduino.cc/en/software"

. $(dirname $0)/common.sh

PKGURL=$(eget --list --latest https://github.com/arduino/arduino-ide/releases "${PKGNAME}_${VERSION}_Linux_64bit.AppImage")

install_pkgurl