From 1d667bd665dbf85d61797a608e72d4945a00a164 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sun, 16 Jun 2024 00:03:38 +0200 Subject: [PATCH] cangrow.sh add help text --- cangrow.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cangrow.sh b/cangrow.sh index 5da59dc..0edb86f 100755 --- a/cangrow.sh +++ b/cangrow.sh @@ -37,6 +37,7 @@ case $1 in echo ":: Setting up build environment for CanGrow Firmware." echo " This will download the binary for arduino-cli and install" echo " the packages for the arduino ide from the debian repository." + echo " !! This script is meant to be executed on a Debian stable (bookworm) system !!" echo "" echo ":: Press Enter to continue" read