From 644485e4f381f918e1e29188cc76b2a937bc58a8 Mon Sep 17 00:00:00 2001 From: Chris Frankland-Wright <85807217+cjfranko@users.noreply.github.com> Date: Mon, 7 Jul 2025 18:54:40 +0100 Subject: [PATCH] Update setup.sh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 8bee7d5..620e6c0 100644 --- a/setup.sh +++ b/setup.sh @@ -26,7 +26,7 @@ sudo apt install -y git curl python3 python3-pip build-essential cmake \ # --------------------------------------------------------- # Step 3: Install Arduino CLI manually # --------------------------------------------------------- -echo "Step 3: Installing arduino-cli manually..." +echo "Step 3: Installing arduino-cli manually... from home" cd "$HOME" curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh sudo mv bin/arduino-cli /usr/local/bin/