Skip to content

Commit 63850c7

Browse files
Update install.sh
1 parent 76404a3 commit 63850c7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

scripts/install.sh

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ pkill -f "python.*mpremote"
33
target="$1"
44
appname="$2"
55

6-
if [ -z "$target" -o -z "$appname" ]; then
7-
echo "Usage: $0 [target] [appname]"
8-
echo "Example: $0"
9-
echo "Example: $0 fri3d-2024 wifi"
6+
if [ -z "$target" ]; then
7+
echo "Usage: $0 <target> [appname]"
8+
echo "Example: $0 fri3d-2024"
9+
echo "Example: $0 waveshare-esp32-s3-touch-lcd-2"
1010
echo "Example: $0 fri3d-2024 appstore"
11-
echo "Example: $0 waveshare-esp32-s3-touch-lcd-2 launcher"
1211
echo "Example: $0 waveshare-esp32-s3-touch-lcd-2 imu"
13-
sleep 2
12+
exit 1
1413
fi
1514

1615

0 commit comments

Comments
 (0)