From ca4eb8cfd65f58cfa8f518fd4203b85e96e2c833 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Thu, 24 Oct 2024 21:52:21 +0200 Subject: [PATCH] cangrow.sh - add arduino-cli lib update-index before installing libs --- Arduino/CanGrow/cangrow.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Arduino/CanGrow/cangrow.sh b/Arduino/CanGrow/cangrow.sh index eeef718..d00c4e4 100755 --- a/Arduino/CanGrow/cangrow.sh +++ b/Arduino/CanGrow/cangrow.sh @@ -76,6 +76,7 @@ case $1 in ${ACLI_CMD} core install ${CORES[$core]} done echo ":: Installing Arduino libraries" + ${ACLI_CMD} lib update-index for lib in ${!LIBS[@]} do echo " - ${LIBS[$lib]}"