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

Fix install instructions to work on arm #589

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 9, 2024

  1. fix install instructions to work with arm

    The install instructions currently assume the user is using x64, leading to it failing to fetch the correct binary on an arm device like rpi's.
    
    It'll now detect which arch is being used, and use the appropriate package.
    t3dium authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    6f864ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bacea8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. fix install instructions to work with arm64 and arm32

    Fixed an issue with the name of the package as the arm32 package won't have a "64" in the name.
    t3dium authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    22ab19d View commit details
    Browse the repository at this point in the history