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

Installation docs do not work (Raspberry Pi) #5176

Open
JonLevin25 opened this issue Oct 14, 2024 · 0 comments
Open

Installation docs do not work (Raspberry Pi) #5176

JonLevin25 opened this issue Oct 14, 2024 · 0 comments

Comments

@JonLevin25
Copy link

Summary

https://docs.ombi.app/guides/installation/#debian-apt-repo

When Installting develop version I noticed the apt-key deprecation and decided to reinstall via PackageCloud.

I encountered two issues when trying to follow instructions.

  1. Add the apt repository to the apt sources list: section declares explicitly only amd64 architecture. This precludes any ARM machines including raspberry pis. I'm assuming this isn't intentional as installing using the non-PackageCloud method worked generally smoothly. For me removing the arch=amd64 seemed to work. (You can obviously also explicitly declare all architectures you'd like to support)

  2. The command sudo curl -sSL https://packagecloud.io/Ombi-app/Ombi-Dev/gpgkey | gpg --dearmor > /usr/share/keyrings/ombi-archive-keyring.gpg encounters permission issues when trying to write to /usr/share/keyrings/ombi-archive-keyring.gpg. Using sudo tee instead of a redirect worked for me:

sudo curl -sSL https://packagecloud.io/Ombi-app/Ombi-Dev/gpgkey | gpg --dearmor | sudo tee /usr/share/keyrings/ombi-archive-keyring.gpg > /dev/null

Ombi Version

4.20.1

What platform(s) does this occur on?

Linux

What database are you using?

SQLite (Default)

Relevant log output

No response

@JonLevin25 JonLevin25 changed the title Installation docs do not work (Raspberry Pi 4 / Bookworm) Installation docs do not work (Raspberry Pi) Oct 14, 2024
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

1 participant