cangrow.sh python3-serial for esp32 compiler stuff was missing

This commit is contained in:
DeltaLima 2024-10-18 17:41:49 +02:00
parent f3f1629001
commit a3fef36ecb

View file

@ -67,7 +67,7 @@ case $1 in
echo ""
echo ":: Installing Arduino IDE packages with apt, please enter sudo password:"
sudo apt update
sudo apt install arduino python3 wget curl xxd
sudo apt install arduino python3 python3-serial wget curl xxd
echo ":: Ensure directory ${ACLI_DIR} is present"
test -d ${ACLI_DIR} || mkdir -p ${ACLI_DIR}
echo ":: Please ensure ${ACLI_DIR} is in your \$PATH, I wont do it."