Hi, I'm currently working on a utility for those who wants to manage their project with the console only, using arduino builder, and one part of my script installs the arduino IDE, so I decided to share it with you my fellow builders.
V0.1
Install Arduino IDE - Pastebin.com NOT WORKIN...
V0.2
Changelog : Fixed -c platform version where
v1 Out of beta.
Changelog : Moved all inside main :X now all works. Tweaked the download and extraction
As you can imagine it requires wget to download the ide.
UPDATE 6-April-2017
Sorry for the delay, the v1 works as intended, u can use it as you like.
Usage:
START################################################################################
# Program writed for 85 characters lenght #
#####################################################################################
# Usage: $0 [-v platform version] [-d directory] [-c platform version directory] #
# #
# -v : If you know what version you want to install EX i.sh -v arm 1.8.2 #
# -d : If you know where to install EX i.sh -d . #
# -c : If you know version and where EX i.sh -c arm 1.8.2 . #
# #
# If no parameter is chosen, the program will ask for them. #
# (V)(;,,;)(V) #
##################################################################################END