mmone / marlintool

A shell script for setting up a standalone Marlin build environment on Raspberry Pi and Linux in general.
GNU Lesser General Public License v3.0
35 stars 20 forks source link

Ardunio URL not working #19

Open klix-2004 opened 4 years ago

klix-2004 commented 4 years ago

The URL http://downloads-02.arduino.cc is not accessible. Can you please update?

Thanks

Nikongen commented 4 years ago

In Marlintool.sh change http://downloads-02.arduino.cc to https://www.arduino.cc/download_handler.php?f=/ in getArduinoToolchain()

For me it was 2 times in line 30 and 32