Can't download GrovePI onto a Raspberry Pi

I get the following when trying to download the grovepi library onto a raspberry pi. No idea whats wrong or how to fix. Thank you.

ns16@raspberrypi:~ $ curl -kL dexterindustries.com/update_grovepi | bash -s – --user-local --bypass-gui-installation
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 251 100 251 0 0 1032 0 --:–:-- --:–:-- --:–:-- 1032
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0
100 11903 100 11903 0 0 9969 0 0:00:01 0:00:01 --:–:-- 9969
id: ‘pi’: no such user
main: line 23: [: 1000: unary operator expected
Welcome to GrovePi Installer.
Updating GrovePi for master branch with the following options:
–no-dependencies=false
–no-update-aptget=false
–bypass-rfrtools=false
–bypass-python-rfrtools=false
–bypass-gui-installation=true
–user-local=true
–env-local=false
–system-wide=false
Using “master” branch
Options used for RFR_Tools script: “–user-local master --use-python3-exe-too --update-aptget --install-deb-deps --install-python-package”
main: line 164: /home/pi/.tmp_rfrtools.sh: No such file or directory
Installing RFR_Tools. This might take a while…
bash: /home/pi/.tmp_rfrtools.sh: No such file or directory
rm: cannot remove ‘/home/pi/.tmp_rfrtools.sh’: No such file or directory
RFR_Tools failed installing with exit code 127. Exiting.

2 Likes

First you need to be user pi, and the OS must be Legacy PiOS 32-bit

2 Likes