From 38de04a53a66441a65664bfbdbf4b6ce850e4882 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Mon, 17 Feb 2025 23:06:24 -0500 Subject: [PATCH] Tools/setup/ubuntu.sh: add curl for NXP mr-canhubk3 build (#24346) --- Tools/setup/ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/setup/ubuntu.sh b/Tools/setup/ubuntu.sh index 434b2a81cd..e641a82da3 100755 --- a/Tools/setup/ubuntu.sh +++ b/Tools/setup/ubuntu.sh @@ -116,6 +116,7 @@ if [[ $INSTALL_NUTTX == "true" ]]; then binutils-dev \ bison \ build-essential \ + curl \ flex \ g++-multilib \ gcc-arm-none-eabi \