From 613e0b3737f6497c4200d0378d2d9c92b8874c06 Mon Sep 17 00:00:00 2001 From: "Lukas F. Hartmann" Date: Fri, 31 May 2024 12:28:48 +0200 Subject: [PATCH] also install tio --- install-fw-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-fw-dependencies.sh b/install-fw-dependencies.sh index 9dc9ab4..f6ffa5a 100755 --- a/install-fw-dependencies.sh +++ b/install-fw-dependencies.sh @@ -1,6 +1,6 @@ #!/bin/bash -sudo apt install build-essential pkg-config libusb-1.0-0-dev cmake gcc-arm-none-eabi +sudo apt install build-essential pkg-config libusb-1.0-0-dev cmake gcc-arm-none-eabi tio git clone --depth 1 https://github.com/raspberrypi/pico-sdk git clone --depth 1 https://github.com/raspberrypi/pico-extras