You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves#1857
This change refactors our installation blocks to use single conditions,
fixing a bug when checking for Raspbian-based systems that allowed
installations to proceed on 64-bit systems regardless of the OS version.
This also adds a check for a `FORCE_INSTALL` flag - setting the
`FORCE_INSTALL` environment variable allows you to bypass the system
checks to attempt an install on unsupported systems.
<a data-ca-tag
href="https://codeapprove.com/pr/tiny-pilot/tinypilot/1858"><img
src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review
on CodeApprove" /></a>
Our install blocks don't block installation on some configurations (64-bit devices) when they should.
The text was updated successfully, but these errors were encountered: