protocentral-healthypi-v3
protocentral-healthypi-v3 copied to clipboard
Cannot install HealthyPi and brand new Pi 3
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?
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...
@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.
Thank you all - running script succeeds/runs with no errors