From 69c9424bd4951ef1e9dd86e951356e148feb7943 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Wed, 7 May 2025 10:40:07 +0200 Subject: [PATCH] scripts/install.sh: add usage info --- scripts/install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/install.sh b/scripts/install.sh index 25b62286..fdde4212 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -2,6 +2,15 @@ pkill -f "python.*mpremote" appname="$1" +if [ -z "$appname" ]; then + echo "Usage: $0 [appname]" + echo "Example: $0" + echo "Example: $0 launcher" + echo "Example: $0 wificonf" + echo "Example: $0 appstore" + sleep 2 +fi + pushd internal_filesystem/ if [ ! -z "$appname" ]; then