Closed Vader699 closed 9 months ago
Must have been a temporary issue. It has started working for me now.
Sorry for the inconvenience. We moved to a new repository URL and the redirection was missing. It should work now.
Nevertheless, I would recommend you install Hyperion via the new repository and not use the legacy URL. Just follow the updated instructions.
Thank you for your response. I am trying to install on a PI zero v1 the install script errored saying it couldn't install on armv6 that wasn't supported. I also tried Hyperbian but Hyperion wouldn't start. So trying different ways. Thank you for your work.
As the install script is new there might be still teething problems...
Could you run
curl -sSL https://releases.hyperion-project.org/install | bash -s -- -v
and share the output, please?
INFO : Identified distribution "raspbian" DEBUG: Current architecture: armv6l ERROR: Only armel, armhf, arm64, amd64 architecture(s) are supported for raspbian. You are running on armv6l
I found an issue in the script...
Could you run curl -sSL https://releases.hyperion-project.org/install | bash -s -- -v again and share the output, please?
@Lord-Grey @Vader699 The builds for armv6 are currently being rebuilt. I'll let you know when they are finished. After that Hyperion should run again. Sorry for my mistake.
INFO : Identified distribution "raspbian"
DEBUG: Current architecture: armv6l
ERROR: Only armel, armhf, arm64, amd64 architecture(s) are supported for raspbian. You are running on armv6l
Same output. Guessing we are still waiting on the armv6 builds to finish.
Unfortunately, there is still a problem with the script. I will have a look into it.
could you execute in the meantime
curl -sSL https://releases.hyperion-project.org/install | bash -x -s -- -v
Then I see how a rpi zero reacts (as I do not have one at hand). Thank you!
Edit: Could you also execute the following commands and post the output, please?
uname -m
cat /proc/$$/maps
Will do but it won't till I get home from work. I tried again a few hours ago and got the same results as before.
@Vader699 You can retry the script. We fixed it.
Just tried
curl -sSL https://releases.hyperion-project.org/install | bash -x -s -- -v
And it worked just fine. Everything appears to have been installed correctly and is running now.
Bug report
When running the command
it returns gpg: no valid OpenPGP data found.
I ran just
I tried this on multiple different machines and had a friend run it on a different network and he got the same.
Steps to reproduce
See above
What is expected?
To get the gpg key for the repository
What is actually happening?
Key is returning 404.
System