cangrow.sh - add arduino-cli lib update-index before installing libs
This commit is contained in:
parent
8e5268df22
commit
ca4eb8cfd6
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ case $1 in
|
||||||
${ACLI_CMD} core install ${CORES[$core]}
|
${ACLI_CMD} core install ${CORES[$core]}
|
||||||
done
|
done
|
||||||
echo ":: Installing Arduino libraries"
|
echo ":: Installing Arduino libraries"
|
||||||
|
${ACLI_CMD} lib update-index
|
||||||
for lib in ${!LIBS[@]}
|
for lib in ${!LIBS[@]}
|
||||||
do
|
do
|
||||||
echo " - ${LIBS[$lib]}"
|
echo " - ${LIBS[$lib]}"
|
||||||
|
|
Loading…
Reference in a new issue