Skip to content

Commit

Permalink
Fix the incorrect error message
Browse files Browse the repository at this point in the history
  • Loading branch information
is-qian authored Sep 3, 2024
1 parent 17ecbec commit 14d4e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 )) && {
Expand Down

0 comments on commit 14d4e3e

Please sign in to comment.