From 1c5f641ce7f98a7714f6b9dda3580489b734a3a3 Mon Sep 17 00:00:00 2001 From: mofeng-git Date: Mon, 10 Jun 2024 14:58:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d36c38a6..e097c4f5 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ MACHINE=$(uname -o -s -r -m) PYVER=$(python3 -V) CURRENTWD=$PWD FIND_FILE="/etc/sudoers" -FIND_STR="short_press_gpio420" +FIND_STR="onecloud_gpio.sh" #检查架构和Python版本 check_environment(){