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

Master vs dev discrepancy #1594

Open
inventor96 opened this issue Jun 3, 2024 · 0 comments
Open

Master vs dev discrepancy #1594

inventor96 opened this issue Jun 3, 2024 · 0 comments

Comments

@inventor96
Copy link
Contributor

While troubleshooting openaps/oref0#1471, noticed that the instructions provide a link to the intall script from the master branch, but run it passing dev as the branch to use. See https://github.com/openaps/docs/blob/master/docs/docs/Build%20Your%20Rig/pi-install.md?plain=1#L63. It looks like this was changed in #1547, but the discrepancy breaks the install because of the python-pip package not being available.

The dev version of the install script does not contain a reference to the package (it was moved to the openaps-packages.sh file, so we need to either change the install script URL to reference the dev branch as well:

curl -s https://raw.githubusercontent.com/openaps/oref0/dev/bin/openaps-install.sh > /tmp/openaps-install.sh && bash /tmp/openaps-install.sh dev

Or merge the current dev branch to master and remove the dev argument to the script:

curl -s https://raw.githubusercontent.com/openaps/oref0/master/bin/openaps-install.sh > /tmp/openaps-install.sh && bash /tmp/openaps-install.sh
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