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):
129
129
################################ Install Arduino IDE
130
130
print ()
131
131
ColorPrint .print_info ('#' * 40 )
132
- print ("INSTALLING ARDUINO IDE " )
132
+ print ("INSTALLING ARDUINO BOARDS " )
133
133
ColorPrint .print_info ('#' * 40 )
134
134
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" )
140
135
run_or_die ("arduino-cli core update-index --additional-urls " + BSP_URLS +
141
136
" > /dev/null" , "FAILED to update core indecies" )
142
137
print ()
You can’t perform that action at this time.
0 commit comments