fixed bug, remove hack
https://github.com/arduino/arduino-cli/issues/2345
This commit is contained in:
parent
4d5face681
commit
a810ddd06f
1 changed files with 1 additions and 6 deletions
|
|
@ -159,12 +159,7 @@ ColorPrint.print_info('#'*40)
|
|||
|
||||
run_or_die("arduino-cli core update-index --additional-urls "+BSP_URLS+
|
||||
" > /dev/null", "FAILED to update core indices")
|
||||
##### HACK !!!!!!!!!!!!!!!!!!!
|
||||
# manual fix for megatinycore URL truncation issue
|
||||
# see: https://github.com/arduino/arduino-cli/issues/2345
|
||||
# https://github.com/SpenceKonde/megaTinyCore/issues/1005
|
||||
os.system("mv ~/.arduino15/package_drazzy.json ~/.arduino15/package_drazzy.com_index.json")
|
||||
##### HACK !!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
print()
|
||||
|
||||
################################ Install dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue