Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit63850c7

Browse files
Update install.sh
1 parent76404a3 commit63850c7

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:$0fri3d-2024 wifi"
6+
if [-z"$target" ];then
7+
echo"Usage:$0<target> [appname]"
8+
echo"Example:$0 fri3d-2024"
9+
echo"Example:$0waveshare-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)

[8]ページ先頭

©2009-2025 Movatter.jp