From 14d4e3e5fc4ac9063180f4984366e9a8eb13c563 Mon Sep 17 00:00:00 2001 From: is-qian Date: Tue, 3 Sep 2024 18:07:14 +0800 Subject: [PATCH] Fix the incorrect error message --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8b23da8..741a96b 100755 --- a/install.sh +++ b/install.sh @@ -178,7 +178,7 @@ fi ## install library sgp30 (( r == 0 )) && { pip_install sgp30 'pip3 install sgp30'; r=$?; } # install this python repository -(( r == 0 )) && { pip_install grove.py "pip3 install --upgrade $_repo_package_url"; r=$?; } +(( r == 0 )) && { pip_install Seeed-grove.py "pip3 install --upgrade $_repo_package_url"; r=$?; } (( r == 0 )) && { which grove_button > /dev/null; r=$?; } (( r != 0 )) && {