We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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...
Sorry, something went wrong.
@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
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: