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

arm64 install issue #1156

Closed
Will-wastelander opened this issue Nov 6, 2020 · 2 comments
Closed

arm64 install issue #1156

Will-wastelander opened this issue Nov 6, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Will-wastelander
Copy link
Contributor

Will-wastelander commented Nov 6, 2020

Describe the bug
Not sure if this is a bug, feature request, or a support request, but I figured I'd mark it as a bug, since it can't be installed via the current installer script.

To Reproduce
Steps to reproduce the behavior:

  1. Install OctoPi 0.18.0 RC1 arm64
  2. Run OctoDash install script
  3. Install script fails, appears to be related to installing octodash_2.1.1_armv7l.deb and not octodash_2.1.1_arm64.deb

Expected behavior
As OctoPi becomes aarch64 friendly, the installer script should account for this.

General Information:

  • Hardware [Raspberry Pi 4 4GB]
  • OS Info [OctoPi 0.18.0 RC1 arm64]
  • OctoDash Version [e.g. v2.1.1]
  • OctoPrint Version [v1.4.2]

Additional context
releaseURL=$(curl -s "https://api.github.com/repos/UnchartedBull/OctoDash/releases/latest" | grep "browser_download_url.*armv7l.deb" | cut -d '"' -f 4)

@Will-wastelander Will-wastelander added the bug Something isn't working label Nov 6, 2020
@eliteSchwein
Copy link

@Will-wastelander
Copy link
Contributor Author

Will-wastelander commented Nov 6, 2020

I was able to get this working by adding the below to the install script. I'm not the best at writing scripts, but I can try to piece something together to make it work.

I'm not sure if it's the best way to do it, but it works for me.

#1157

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants