Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install HealthyPi and brand new Pi 3 #21

Open
tjurik opened this issue Jun 28, 2019 · 3 comments
Open

Cannot install HealthyPi and brand new Pi 3 #21

tjurik opened this issue Jun 28, 2019 · 3 comments

Comments

@tjurik
Copy link

tjurik commented Jun 28, 2019

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
Copy link

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
Copy link
Contributor

@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
Copy link
Author

tjurik commented Jun 28, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants