Update setup.sh

This commit is contained in:
Chris Frankland-Wright 2025-07-07 19:16:08 +01:00 committed by GitHub
parent 4f85fc8cf2
commit 28e7d1e644
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,6 +27,8 @@ sudo apt install -y git curl python3 python3-pip build-essential cmake \
# Step 2.5: Install teensy-loader-cli from source
# ---------------------------------------------------------
echo "Installing teensy-loader-cli manually from source..."
sudo apt install -y libusb-dev
cd "$HOME"
if [ ! -d teensy_loader_cli ]; then
git clone https://github.com/PaulStoffregen/teensy_loader_cli.git