Protocentral / protocentral-healthypi-v3

HealthyPi is the first fully open-source, full-featured vital sign monitor. Using the Raspberry Pi as its computing and display platform, the HealthyPi add-on HAT turns the Raspberry Pi into a vital sign monitoring system.
http://healthypi.protocentral.com
Other
194 stars 51 forks source link

Cannot install HealthyPi and brand new Pi 3 #21

Open tjurik opened 5 years ago

tjurik commented 5 years ago

When i try to run the command line: curl -sS http://pi.protocentral.com/hpi3.sh | sudo bash

I get the following error: The installer does not work on this version of Raspbian.

I think I am using the latest versions. What is the issue?

cosnomode commented 5 years ago

same here, the new version is 'buster' I have edited the hpi3.sh file and added

       elif cat /etc/os-release | grep -q "buster"; then
            IS_SUPPORTED=true && IS_EXPERIMENTAL=false

after the 'wheesy' line under the raspbian_check() function, the installation continued...

protocentralashwin commented 5 years ago

@tjurik As @cosnomode has mentioned, there was a problem with installation script and the new "buster" version.

We have now updated the script. Can you please try again? Thank you for your understanding and thank you @cosnomode for pointing this out.

tjurik commented 5 years ago

Thank you all - running script succeeds/runs with no errors