-
Notifications
You must be signed in to change notification settings - Fork 334
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
Recent RPi OS version aren't correctly detected #151
Comments
Added a fix on my branch |
See #152 (more generic fix IMHO). |
I am surprised, this is what is returned by a raspbian Bullseye : cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)" RPI_CLONE never stopped working for me, also with the bullseye. |
This seems to be a 32bit version (what date?) We have to take in account 64bit of RPiOS version too. The detection logic should work for both 32bit and 64bit version. |
Built very recently (january). I understand your concern about the 32/64 bits, I am not skilled enough to give my advice. |
Logic to detect RPi OS version has changed and should be taken in account. Notably
doesn't return "Raspbian" string any more.
The text was updated successfully, but these errors were encountered: