File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -129,14 +129,9 @@ def run_or_die(cmd, error):
129129################################ Install Arduino IDE
130130print ()
131131ColorPrint .print_info ('#' * 40 )
132- print ("INSTALLING ARDUINO IDE " )
132+ print ("INSTALLING ARDUINO BOARDS " )
133133ColorPrint .print_info ('#' * 40 )
134134
135- run_or_die ('curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh 2>&1' , "FAILED to install arduino CLI" )
136- run_or_die ('arduino-cli config init > /dev/null' ,
137- "FAILED to configure arduino CLI" )
138- run_or_die ('arduino-cli core update-index > /dev/null' ,
139- "FAILED to update arduino core" )
140135run_or_die ("arduino-cli core update-index --additional-urls " + BSP_URLS +
141136 " > /dev/null" , "FAILED to update core indecies" )
142137print ()
You can’t perform that action at this time.
0 commit comments