From 28e7d1e644e84b894d9b1fbfc036526302deae37 Mon Sep 17 00:00:00 2001 From: Chris Frankland-Wright <85807217+cjfranko@users.noreply.github.com> Date: Mon, 7 Jul 2025 19:16:08 +0100 Subject: [PATCH] Update setup.sh --- setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.sh b/setup.sh index b7be5e0..8c74e51 100644 --- a/setup.sh +++ b/setup.sh @@ -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