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

Support for Debian Bullseye and aarch64 (Raspberry Pi OS/Bullseye 64 Bit) in setup routines #1429

Merged
merged 5 commits into from
Jun 19, 2022

Conversation

dcacklam
Copy link
Contributor

@dcacklam dcacklam commented Feb 25, 2022

Fixes the following issues:
openaps-setup trying to install python-pip, which does not exist under bullseye

openaps-packages trying to install python, python-pip, and python-numpy expecting Python2, when Bullseye is python3-based and does not include the python-pip package (just python3-pip).

oref0-setup not having an 'elif' for aarch64/not installing go because of this. Note that armv61l go will not work on an aarch64 OS - you need the arm64 version.

This is a 'companion patch' to the one submitted for 'master', because installs use the 'MASTER' openaps-install.sh even if actually installing DEV branch. Therefore both branches must be patched for the fix to work with the existing documentation.

resolves #1422

Dave Acklam and others added 5 commits February 24, 2018 14:01
Merge from main fork
pIp is also installed by openaps-packages.sh
Handle aarch64 architecture properly when downloading golang binaries. 
Without this setup will fail on Rpi 3/4/Zero2 devices where the user has installed the recently-released 64bit OS.
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

Successfully merging this pull request may close these issues.

2 participants