fixed bug, remove hack

https://github.com/arduino/arduino-cli/issues/2345
This commit is contained in:
ladyada 2023-10-29 13:04:19 -04:00
parent 4d5face681
commit a810ddd06f

View file

@ -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