cangrow.sh python3-serial for esp32 compiler stuff was missing
This commit is contained in:
parent
f3f1629001
commit
a3fef36ecb
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue